mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04: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
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
public_admin_route: notify-demo.app.cloud.gov
|
public_admin_route: notify-demo.app.cloud.gov
|
||||||
|
cloud_dot_gov_route: notify-demo.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
nr_agent_id: "1134302465"
|
nr_agent_id: "1134302465"
|
||||||
nr_app_id: "1083160688"
|
nr_app_id: "1083160688"
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
env: production
|
env: production
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 1G
|
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
|
redis_enabled: 1
|
||||||
nr_agent_id: "1050708682"
|
nr_agent_id: "1050708682"
|
||||||
nr_app_id: "1050708682"
|
nr_app_id: "1050708682"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ env: sandbox
|
|||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
public_admin_route: notify-sandbox.app.cloud.gov
|
public_admin_route: notify-sandbox.app.cloud.gov
|
||||||
|
cloud_dot_gov_route: notify-sandbox.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
ADMIN_CLIENT_USERNAME: notify-admin
|
ADMIN_CLIENT_USERNAME: notify-admin
|
||||||
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ env: staging
|
|||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
public_admin_route: notify-staging.app.cloud.gov
|
public_admin_route: notify-staging.app.cloud.gov
|
||||||
|
cloud_dot_gov_route: notify-staging.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
nr_agent_id: "1134291385"
|
nr_agent_id: "1134291385"
|
||||||
nr_app_id: "1031640326"
|
nr_app_id: "1031640326"
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ applications:
|
|||||||
health-check-type: port
|
health-check-type: port
|
||||||
health-check-invocation-timeout: 10
|
health-check-invocation-timeout: 10
|
||||||
routes:
|
routes:
|
||||||
- route: ((public_admin_route))
|
- route: ((cloud_dot_gov_route))
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- notify-admin-redis-((env))
|
- notify-admin-redis-((env))
|
||||||
|
|||||||
Reference in New Issue
Block a user