Skip to content

Commit

Permalink
Issue #LR-676 chore: Updated the learning-service to content service (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiableAnil authored Jan 25, 2024
1 parent ce93162 commit 0cb38b9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sunbird_pg_password={{sunbird_pg_password}}
sunbird_installation={{sunbird_installation}}
sunbird_analytics_api_base_url={{sunbird_analytics_api_base_url}}
sunbird_search_service_api_base_url={{ lms_search_service_api_base_url | default('http://search-service:9000') }}
ekstep_api_base_url={{ lms_ekstep_api_base_url | default('http://content-service:9000') }}
content_service_base_url={{ content_service_base_url | default('http://content-service:9000') }}
sunbird_group_service_api_base_url={{sunbird_group_service_api_base_url}}
sunbird_mail_server_host={{sunbird_mail_server_host}}
sunbird_mail_server_port={{sunbird_mail_server_port}}
Expand Down Expand Up @@ -108,7 +108,6 @@ kafka_enrolment_sync_topic={{kafka_enrolment_sync_topic}}
# Required by lms service to call cert service
sunbird_cert_service_base_url=http://cert-service:9000

learning_service_base_url={{sunbird_content_repo_api_base_url}}
sunbird_user_search_cretordetails_fields=id,firstName,lastName
sunbird_user_service_api_base_url={{ sunbird_user_service_api_base_url }}

Expand Down

0 comments on commit 0cb38b9

Please sign in to comment.