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 4, 2023
1 parent b332451 commit 04143ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LEARNER_SERVICE_PORT=http://userorg-service:9000
sunbird_redis_host={{sunbird_redis_host}}
sunbird_redis_port={{sunbird_redis_port|default(6379)}}
# Release-5.3.0 LR-512
sunbird_redis_dbIndex={{sunbird_redis_dbIndex|default(0)}}
sunbird_redis_db_index={{sunbird_redis_db_index|default(0)}}
CONTENT_SERVICE_PORT=http://search-service:9000
sunbird_sso_publickey={{sunbird_sso_publickey}}
sunbird_sso_url={{keycloak_auth_server_url}}/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ 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
sunbird_redis_db_index={{sunbird_redis_db_index|default(0)}}
es_course_index=cbatch
es_course_batch_index=course-batch
es_user_index=user
Expand Down

0 comments on commit 04143ef

Please sign in to comment.