Skip to content

Commit

Permalink
Issue #ED-3746: added env variable to enable or disable UCI admin module
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpnt committed Mar 13, 2024
1 parent d006747 commit 9b7c119
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 9b7c119

Please sign in to comment.