mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 22:53:27 -05:00
Updated config files to split the cloud foundry
route and the public admin route
This commit is contained in:
@@ -2,6 +2,7 @@ env: demo
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-demo.app.cloud.gov
|
||||
cloud_dot_gov_route: notify-demo.app.cloud.gov
|
||||
redis_enabled: 1
|
||||
nr_agent_id: "1134302465"
|
||||
nr_app_id: "1083160688"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
env: production
|
||||
instances: 2
|
||||
memory: 1G
|
||||
public_admin_route: notify.app.cloud.gov
|
||||
public_admin_route: beta.notify.gov
|
||||
cloud_dot_gov_route: notify.app.cloud.gov
|
||||
redis_enabled: 1
|
||||
nr_agent_id: "1050708682"
|
||||
nr_app_id: "1050708682"
|
||||
|
||||
@@ -2,6 +2,7 @@ env: sandbox
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-sandbox.app.cloud.gov
|
||||
cloud_dot_gov_route: notify-sandbox.app.cloud.gov
|
||||
redis_enabled: 1
|
||||
ADMIN_CLIENT_USERNAME: notify-admin
|
||||
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
||||
|
||||
@@ -2,6 +2,7 @@ env: staging
|
||||
instances: 1
|
||||
memory: 1G
|
||||
public_admin_route: notify-staging.app.cloud.gov
|
||||
cloud_dot_gov_route: notify-staging.app.cloud.gov
|
||||
redis_enabled: 1
|
||||
nr_agent_id: "1134291385"
|
||||
nr_app_id: "1031640326"
|
||||
|
||||
@@ -9,7 +9,7 @@ applications:
|
||||
health-check-type: port
|
||||
health-check-invocation-timeout: 10
|
||||
routes:
|
||||
- route: ((public_admin_route))
|
||||
- route: ((cloud_dot_gov_route))
|
||||
|
||||
services:
|
||||
- notify-admin-redis-((env))
|
||||
|
||||
Reference in New Issue
Block a user