Skip to content

Commit

Permalink
Issue #LR-512 feat:Ability for Lern to connect to shared instances ad…
Browse files Browse the repository at this point in the history
…ding redis db index for lms,user-org,notification
  • Loading branch information
BharathwajShankar committed Jul 3, 2023
1 parent b99d388 commit b332451
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ansible/roles/stack-sunbird/templates/sunbird_lms-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,15 @@ exhaust_api_submit_endpoint=/request/submit
exhaust_api_list_endpoint=/request/list/

# Release-5.3.0 LR-324
content_read_url=/content/v3/read/
content_read_url=/content/v3/read/

# Release-5.4.0 - LR-511
sunbird_keyspace=sunbird
sunbird_course_keyspace=sunbird_courses
dialcode_keyspace=dialcodes
redis.dbIndex=0
es_course_index=cbatch
es_course_batch_index=course-batch
es_user_index=user
es_organisation_index=org
es_user_courses_index=user-courses
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ sunbird_us_org_read_url=/v1/org/read
notification_category_type_config=certificateUpdate
# Release-5.0.0
isMultiDCEnabled={{cassandra_multi_dc_enabled}}
# Release-5.4.0 - LR-512
sunbird_notification_keyspace=sunbird_notifications
6 changes: 6 additions & 0 deletions ansible/roles/stack-sunbird/templates/userorg-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ sunbird_sso_lb_ip={{keycloak_url}}
# Release-5.0.0
sunbird_cloud_service_provider={{cloud_service_provider}}
isMultiDCEnabled={{cassandra_multi_dc_enabled}}

# Release 5.4.0 LR-102
es_user_notes_index=usernotes
es_location_index=location
es_user_feed_index=userfeed
sunbird_keyspace=sunbird

0 comments on commit b332451

Please sign in to comment.