Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8583 - Activating rooms and VC feature on boards for prod #1086

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading