feat(overrides): add override functionality to Options

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-06-29 17:20:41 +01:00
parent 68b60bd3f3
commit 05e2cd4f82
6 changed files with 963 additions and 784 deletions

View File

@@ -13,6 +13,19 @@ APP_AUTH_BANNER=""
APP_SITEHOMEPAGE=""
API_PREFIX="api"
# FEATURE OVERRIDES
# Feature overrides allow you to force-enable/disable features regardless of application settings and feature flags
# Turning on the override will disable its feature
# Possible values:
# KILLSWITCH: Disables the feature altogether
# FORCE_ENABLE: Enables the feature
# CONTROL: Lets the application settings and feature flags take effect (default)
# Require valid game license to sign up
OVERRIDE_LICENSED_ACCOUNT=CONTROL
# Add legal document links here. You may also leave them empty.
GUIDELINES_URL="#"
PRIVACY_URL="#"