Skip to content

Commit

Permalink
Issue #SB-25553 feat: opensaber service url added (#2724)
Browse files Browse the repository at this point in the history
* Issue #SB-25553 feat: opensaber service url added
* Issue #SB-25553 fix: Added env variable for API whitelist flag
  • Loading branch information
pallakartheekreddy authored Jul 20, 2021
1 parent fde9af2 commit baaacd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

0 comments on commit baaacd0

Please sign in to comment.