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

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

parent e9d543fc
No related branches found
No related tags found
1 merge request!828Added an ability to override the collaboration feature flag via an environment variable.
Pipeline #287211 failed
......@@ -88,4 +88,4 @@ featureFlag.strategy=appProperty
featureFlag.asIngestedCoordinates.enabled=true
featureFlag.keywordLower.enabled=true
featureFlag.bagOfWords.enabled=true
collaborations-enabled=true
collaborations-enabled=${COLLABORATION_FF_ENABLED:true}
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