mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-15 19:01:04 -04:00
Merge pull request #506 from GSA/configure-prod-browser-monitoring
Configure prod browser monitoring
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,5 +3,5 @@ instances: 2
|
||||
memory: 1G
|
||||
public_admin_route: notify.app.cloud.gov
|
||||
redis_enabled: 1
|
||||
nr_agent_id: ""
|
||||
nr_app_id: ""
|
||||
nr_agent_id: "1050708682"
|
||||
nr_app_id: "1050708682"
|
||||
|
||||
@@ -46,6 +46,8 @@ module "api_network_route" {
|
||||
# 1) the app has first been deployed
|
||||
# 2) the route has been manually created by an OrgManager:
|
||||
# `cf create-domain gsa-tts-benefits-studio-prototyping beta.notify.gov`
|
||||
# 3) the acme-challenge CNAME record must be created
|
||||
# https://cloud.gov/docs/services/external-domain-service/#how-to-create-an-instance-of-this-service
|
||||
###########################################################################
|
||||
module "domain" {
|
||||
source = "github.com/18f/terraform-cloudgov//domain?ref=v0.5.2"
|
||||
|
||||
Reference in New Issue
Block a user