Skip to content

Commit

Permalink
Issue #SB-23188 fix: added new env variable for QuestionSet enable an…
Browse files Browse the repository at this point in the history
…d disable (#2498)
  • Loading branch information
pallakartheekreddy authored May 4, 2021
1 parent b24e469 commit 1f46305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ sunbird_portal_url={{ sunbird_portal_url }}

#Release-3.7.0
dock_program_service_url={{ dock_program_service_url }}

#Release-3.9.0
dock_questionSet_enable={{ dock_questionSet_enable | default('true') }}

0 comments on commit 1f46305

Please sign in to comment.