mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
remove comment
This commit is contained in:
@@ -113,7 +113,7 @@ class Development(Config):
|
|||||||
ASSET_PATH = "/static/"
|
ASSET_PATH = "/static/"
|
||||||
NOTIFY_LOG_LEVEL = "DEBUG"
|
NOTIFY_LOG_LEVEL = "DEBUG"
|
||||||
|
|
||||||
# Feature Flags - Enable in development for testing
|
# Feature Flags
|
||||||
ORGANIZATION_DASHBOARD_ENABLED = (
|
ORGANIZATION_DASHBOARD_ENABLED = (
|
||||||
getenv("ORGANIZATION_DASHBOARD_ENABLED", "True") == "True"
|
getenv("ORGANIZATION_DASHBOARD_ENABLED", "True") == "True"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user