Skip to content

Commit

Permalink
Merge pull request #3971 from abhishekpnt/release-8.0.0
Browse files Browse the repository at this point in the history
Issue #ED-3746: added env variable to enable or disable UCI admin module
  • Loading branch information
santhosh-tg authored Mar 14, 2024
2 parents d006747 + 9aa338f commit e8fd7d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,8 @@ cloud_storage_resourceBundle_bucketname={{cloud_storage_label_bucketname | defau
cloud_storage_desktopCrash_bucketname={{cloud_storage_desktopcrash_bucketname | default("desktopappcrashlogs")}}

#release-6.0.0
sunbird_default_board={{sunbird_default_board | default("")}}
sunbird_default_board={{sunbird_default_board | default("")}}

#release-8.0.0
sunbird_uci_configured={{sunbird_uci_configured | default('false')}}

0 comments on commit e8fd7d1

Please sign in to comment.