This adds posthog backend to know whether a feature is enabled for a user. More globally, if Posthog is not present feature flags can be enabled/disabled globally.
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
|
|
# Features
|
|
FEATURE_FLAG_WEB_SEARCH=ENABLED
|
|
FEATURE_FLAG_DOCUMENT_UPLOAD=ENABLED
|