Unverified Commit baaacd05 authored by Kartheek Palla's avatar Kartheek Palla Committed by GitHub
Browse files

Issue #SB-25553 feat: opensaber service url added (#2724)

* Issue #SB-25553 feat: opensaber service url added
* Issue #SB-25553 fix: Added env variable for API whitelist flag
Showing with 5 additions and 0 deletions
+5 -0
......@@ -134,3 +134,8 @@ dock_questionSet_enable={{ dock_questionSet_enable | default('true') }}
#release-4.0.0
sunbird_base_proto={{sunbird_base_proto | default(proto)}}
#release-4.1.0
opensaber_service_url={{ sunbird_opensaber_service_url | default('http://opensaber-service:8080') }}
# api whitelisting for sunbird portal
sunbird_enable_api_whitelist={{ sunbird_enable_api_whitelist | default('true') }}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment