Updated config files to split the cloud foundry

route and the public admin route
This commit is contained in:
Anastasia Gradova
2024-05-14 18:45:50 -06:00
parent b3a401a4c7
commit e91723fc26
5 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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