mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
added feature flag
This commit is contained in:
@@ -89,6 +89,9 @@ class Config(object):
|
||||
}
|
||||
|
||||
|
||||
FEATURE_SOCKET_ENABLED = getenv("FEATURE_SOCKET_ENABLED", "false") == "true"
|
||||
|
||||
|
||||
def _s3_credentials_from_env(bucket_prefix):
|
||||
return {
|
||||
"bucket": getenv(
|
||||
|
||||
Reference in New Issue
Block a user