mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 19:34:15 -05:00
Use valid yaml format
This commit is contained in:
10
manifest.yml
10
manifest.yml
@@ -26,11 +26,11 @@ applications:
|
||||
NEW_RELIC_CONFIG_FILE: newrelic.ini
|
||||
NEW_RELIC_ENVIRONMENT: ((env))
|
||||
|
||||
NR_ACCOUNT_ID=3389907
|
||||
NR_TRUST_KEY=562946
|
||||
NR_AGENT_ID=((nr_agent_id))
|
||||
NR_APP_ID=((nr_app_id))
|
||||
NR_BROWSER_KEY=((NR_BROWSER_KEY))
|
||||
NR_ACCOUNT_ID: 3389907
|
||||
NR_TRUST_KEY: 562946
|
||||
NR_AGENT_ID: ((nr_agent_id))
|
||||
NR_APP_ID: ((nr_app_id))
|
||||
NR_BROWSER_KEY: ((NR_BROWSER_KEY))
|
||||
|
||||
REDIS_ENABLED: ((REDIS_ENABLED))
|
||||
ADMIN_BASE_URL: https://((public_admin_route))
|
||||
|
||||
Reference in New Issue
Block a user