# Installation Configuration

### Cassandra Config

```
coreConnectionsPerHostForLocal=4
coreConnectionsPerHostForRemote=2
maxConnectionsPerHostForLocal=10
maxConnectionsPerHostForRemote=4
maxRequestsPerConnection=32768
heartbeatIntervalSeconds=60
poolTimeoutMillis=0
contactPoint=127.0.0.1
port=9042
userName=cassandra
password=password
queryLoggerConstantThreshold=300
keyspace=sunbird_notifications  
```

### Cassandra Table Column Config

```
id=id
userid=userId
createdon=createdOn
createdby=createdBy
updatedon=updatedOn
updatedby=updatedBy
templateid=templateId
expireon=expireOn
feedid=feedId
```

### Telemetry Config

```
telemetry_pdata_id=dev.sunbird.notifications.service
telemetry_pdata_pid=notification-service
telemetry_pdata_ver=4.5.0
```

### Keyclock Config

```
sunbird_sso_client_id=
sunbird_sso_username=
sunbird_sso_password=
sunbird_sso_url=
sunbird_sso_realm=
```

### UserOrg Config

```
sunbird_us_system_setting_url=/api/data/v1/system/settings/list
sunbird_us_org_read_url=/v1/org/read
LEARNER_SERVICE_PORT=
```

### SMS Config

{% content-ref url="/pages/lE6tekvKlVx3b6CD2ghh" %}
[SMS Configuration](/use/developer-guide/user-and-org-service/configuration/sms-configuration.md)
{% endcontent-ref %}

### Email Config

{% content-ref url="/pages/0axSFs2rpY3VvEFtUn9o" %}
[Email Configuration](/use/developer-guide/user-and-org-service/configuration/email-notification-configuration.md)
{% endcontent-ref %}

### Other Config

```
sunbird_fcm_url=https://fcm.googleapis.com/fcm/send
sunbird_notification_otp_default_message=Your verification code is ##OTP##

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lern.sunbird.org/use/developer-guide/notification-service/developer-installation/installation-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
