mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix feature flag case sensitivity for Cloud Foundry environments
This commit is contained in:
@@ -8,4 +8,4 @@ redis_enabled: 1
|
||||
nr_agent_id: '1050708682'
|
||||
nr_app_id: '1050708682'
|
||||
API_PUBLIC_URL: https://notify-api-production.app.cloud.gov
|
||||
ORGANIZATION_DASHBOARD_ENABLED: False
|
||||
ORGANIZATION_DASHBOARD_ENABLED: false
|
||||
|
||||
@@ -8,4 +8,4 @@ redis_enabled: 1
|
||||
nr_agent_id: '1134291385'
|
||||
nr_app_id: '1031640326'
|
||||
API_PUBLIC_URL: https://notify-api-staging.app.cloud.gov
|
||||
ORGANIZATION_DASHBOARD_ENABLED: True
|
||||
ORGANIZATION_DASHBOARD_ENABLED: true
|
||||
|
||||
Reference in New Issue
Block a user