{% tabs %} {% tab title="Functional Config" %}
Property | Description | Default Value |
---|---|---|
max_group_limit | Maximum number of groups a user can create | 50 |
max_group_members_limit | Maximum number of members a group can have | 150 |
max_activity_limit | Maximum number of activities a group can have | 20 |
enable_userid_redis_cache | To enable cache for groups and group details | true |
groups_redis_ttl | Group details cache duration | 86400 |
user_redis_ttl | User group list cache duration | 3600 |
activityConfig | To configure various types of activities and services to fetch it. |
{% endtab %}
{% tab title="System Config" %}
JSON Key | Key | Default Value |
---|---|---|
SUNBIRD_CS_BASE_URL | CONTENT_SERVICE_PORT | http://search-service:9000 |
USER_SERVICE_BASE_URL | LEARNER_SERVICE_PORT | http://learner-service:9000 |
ACCESS_TOKEN_PUBLICKEY_BASEPATH | accesstoken.publickey.basepath | /keys/ |
ENABLE_TENANT_CONFIGURATION | enable_tenant_config | * |
ENABLE_USERID_REDIS_CACHE | enable_userid_redis_cache | true |
GROUPS_REDIS_TTL | groups_redis_ttl | 864004 |
MAX_ACTIVITY_LIMIT | max_activity_limi | 20 |
MAX_GROUP_LIMIT | max_group_limit | 50 |
MAX_GROUP_MEMBERS_LIMIT | max_group_members_limit | 150 |
NOTIFICATION_SERVICE_API_URL | notification_service_api_url | /v2/notification/send |
NOTIFICATION_SERVICE_BASE_URL | notification_service_base_url | http://notification-service:9000 |
SUNBIRD_CASSANDRA_CONSISTENCY_LEVEL | sunbird_cassandra_consistency_level | quorum |
SUNBIRD_CASSANDRA_IP | sunbird_cassandra_host | 11.3.2.4,11.3.2.5,11.3.2.6 |
sunbird_cassandra_password | password | |
sunbird_cassandra_port | 9042,9042,9042 | |
sunbird_cassandra_username | cassandra | |
SUNBIRD_CS_SEARCH_URL | sunbird_cs_search_url | /v3/search |
sunbird_keycloak_required_action_link_expiration_seconds | 2592000 | |
sunbird_keycloak_user_federation_provider_id | provider id | |
sunbird_redis_host | 11.3.2.18 | |
sunbird_redis_port | 6379 | |
sunbird_sso_client_id | eg: id | |
sunbird_sso_client_secret | eg: id | |
sunbird_sso_password | eg: passowrd | |
sunbird_sso_publickey | eg: encrypted public key | |
SUNBIRD_SSO_REALM | sunbird_sso_realm | sunbird |
SUNBIRD_SSO_URL | sunbird_sso_url | https://staging.sunbirded.org/auth/ |
sunbird_sso_username | sunbird-staging-new-admin | |
USER_SERVICE_SEARCH_URL | sunbird_user_service_search_url | /private/api/user/v1/search |
USER_REDIS_TTL | user_redis_ttl | 3600 |
{% endtab %} {% endtabs %}