Skip to content
Snippets Groups Projects
Commit 9efed2ce authored by Derek Hudson's avatar Derek Hudson
Browse files

Merge branch 'aws-override-collab-ff' into 'master'

Added an ability to override the collaboration feature flag via an environment variable.

See merge request !947
parents 238f1378 0123dd45
No related branches found
No related tags found
1 merge request!947Added an ability to override the collaboration feature flag via an environment variable.
Pipeline #287237 failed
......@@ -81,7 +81,7 @@ repository.implementation=${STORAGE_SERVICE_REPOSITORY_IMPLEMENTATION:dynamodb}
server.tomcat.threads.max=${TOMCAT_THREADS_MAX:300}
#Collaboration context feature flag name : properties specific
collaborations-enabled=true
collaborations-enabled=${COLLABORATION_FF_ENABLED:true}
featureFlag.strategy=appProperty
featureFlag.opa.enabled=${OPA_ENABLED:false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment