Skip to content

Commit

Permalink
BC-6850 - add feature flag for column board web sockets (#857)
Browse files Browse the repository at this point in the history
Add feature flag for column board web sockets feature
  • Loading branch information
NFriedo committed May 2, 2024
1 parent 367cc51 commit e3d2e4b
Showing 1 changed file with 5 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 @@ -538,6 +538,11 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_COLUMN_BOARD_SOCKET_ENABLED:
value: "false"
server: true
client: false
nuxtclient: false
FEATURE_CONTACT_FORM_ATTACHMENTS_ENABLED:
value: "true"
server: false
Expand Down

0 comments on commit e3d2e4b

Please sign in to comment.