Added feature flag for route

This commit is contained in:
alexjanousekGSA
2024-11-14 10:53:48 -05:00
parent 3a52cba23e
commit 70ecf8fa09
3 changed files with 15 additions and 8 deletions

View File

@@ -91,6 +91,10 @@ class Config(object):
getenv("FEATURE_BEST_PRACTICES_ENABLED", "false") == "true"
)
FEATURE_ABOUT_PAGE_ENABLED = (
getenv("FEATURE_ABOUT_PAGE_ENABLED", "false") == "true"
)
def _s3_credentials_from_env(bucket_prefix):
return {