Skip to content

Commit

Permalink
add feature flag for ability to change room permissions in rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Jan 20, 2025
1 parent 10f03b4 commit 3469be5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,11 @@ configuration_all:
server: true
client: true
nuxtclient: false
FEATURE_ROOMS_CHANGE_PERMISSIONS_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false
CTL_TOOLS__PREFERRED_TOOLS_LIMIT:
value: "5"
server: true
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/develop/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ FEATURE_SCHOOL_POLICY_ENABLED_NEW: "true"

FEATURE_SCHOOL_TERMS_OF_USE_ENABLED: "true"

FEATURE_ROOMS_CHANGE_PERMISSIONS_ENABLED: "true"

KEDA_NAMESPACE_ACTIVATOR_ENABLED: "true"

TLDRAW_CLIENT_REPLICAS: 1
Expand Down

0 comments on commit 3469be5

Please sign in to comment.