Skip to content

Commit

Permalink
BC-8583 - Activating rooms and VC feature on boards for prod (#1086)
Browse files Browse the repository at this point in the history
* activating rooms and VC on boards feature
  • Loading branch information
MartinSchuhmacher authored and virgilchiriac committed Jan 17, 2025
1 parent 8fa9ca3 commit a2ee43e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ configuration_all:
client: false
nuxtclient: false
FEATURE_COLUMN_BOARD_VIDEOCONFERENCE_ENABLED:
value: "false"
value: "true"
server: true
client: false
nuxtclient: false
Expand Down Expand Up @@ -1100,7 +1100,7 @@ configuration_all:
client: false
nuxtclient: false
FEATURE_ROOMS_ENABLED:
value: "false"
value: "true"
server: true
client: true
nuxtclient: false
Expand Down
4 changes: 0 additions & 4 deletions ansible/group_vars/develop/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED: "true"

FEATURE_COLUMN_BOARD_LINK_ELEMENT_ENABLED: "true"

FEATURE_COLUMN_BOARD_VIDEOCONFERENCE_ENABLED: "true"

FEATURE_ROOMS_ENABLED: "true"

FEATURE_SCHOOL_POLICY_ENABLED_NEW: "true"

FEATURE_SCHOOL_TERMS_OF_USE_ENABLED: "true"
Expand Down
1 change: 0 additions & 1 deletion ansible/host_vars/ref-audit/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DOMAIN: staging.audit.dbildungscloud.org

FEATURE_OAUTH_LOGIN_ENABLED: "true"
FEATURE_H5P_EDITOR_ENABLED: "true"
FEATURE_ROOMS_ENABLED: "true"

DISPLAY_REQUEST_LEVEL: -1
ALERT_STATUS_URL: https://status.dbildungscloud.dev/
Expand Down

0 comments on commit a2ee43e

Please sign in to comment.