mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
Instrument JS with copy/pasted snippet
this avoids having to set `unsafe-inline` in our CSP header
This commit is contained in:
@@ -2,3 +2,5 @@ env: demo
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-demo.app.cloud.gov
|
||||
nr_agent_id: "1134302465"
|
||||
nr_app_id: "1083160688"
|
||||
|
||||
@@ -2,3 +2,5 @@ env: production
|
||||
instances: 2
|
||||
memory: 1G
|
||||
public_admin_route: notify.app.cloud.gov
|
||||
nr_agent_id: ""
|
||||
nr_app_id: ""
|
||||
|
||||
@@ -9,3 +9,6 @@ SECRET_KEY: sandbox-notify-secret-key
|
||||
BASIC_AUTH_USERNAME: sandbox
|
||||
BASIC_AUTH_PASSWORD: sandbox
|
||||
REDIS_ENABLED: 1
|
||||
nr_agent_id: ""
|
||||
nr_app_id: ""
|
||||
NR_BROWSER_KEY: ""
|
||||
|
||||
@@ -2,3 +2,5 @@ env: staging
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-staging.app.cloud.gov
|
||||
nr_agent_id: "1134291385"
|
||||
nr_app_id: "1031640326"
|
||||
|
||||
Reference in New Issue
Block a user