Skip to content

Commit

Permalink
Issue #LR-539 feat: configuration reconcile (#3888)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayaprakash8887 <[email protected]>
  • Loading branch information
Jayaprakash8887 and Jayaprakash8887 authored Aug 23, 2023
1 parent d2b113d commit 9221672
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/stack-sunbird/templates/sunbird_lms-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,10 @@ cloud_store_base_path_placeholder={{ cloud_store_base_path_placeholder | default
sunbird_dial_service_base_url={{ dial_service_url | default('http://dial-service:9000') }}
sunbird_dial_service_search_url=/dialcode/v3/search

# Release-5.3.0 LR-539
exhaust_api_base_url={{ analytics_service_url | default('http://analytics-service:9000') }}
exhaust_api_submit_endpoint=/request/submit
exhaust_api_list_endpoint=/request/list/

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

0 comments on commit 9221672

Please sign in to comment.