Fix feature flag case sensitivity for Cloud Foundry environments

This commit is contained in:
Beverly Nguyen
2025-10-29 10:15:36 -07:00
parent 3cbdffa21e
commit f498553a49
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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