mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Updates for sandbox env
This commit is contained in:
@@ -6,6 +6,6 @@ worker_memory: 512M
|
||||
scheduler_memory: 256M
|
||||
public_api_route: notify-api-sandbox.app.cloud.gov
|
||||
admin_base_url: https://notify-sandbox.app.cloud.gov
|
||||
ADMIN_CLIENT_SECRET: dev-notify-secret-key
|
||||
DANGEROUS_SALT: dev-notify-salt
|
||||
SECRET_KEY: dev-notify-secret-key
|
||||
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
||||
DANGEROUS_SALT: sandbox-notify-salt
|
||||
SECRET_KEY: sandbox-notify-secret-key
|
||||
|
||||
@@ -205,7 +205,7 @@ monitor_mode = false
|
||||
|
||||
[newrelic:sandbox]
|
||||
app_name = us-notify-api (Sandbox)
|
||||
monitor_mode = false
|
||||
monitor_mode = true
|
||||
|
||||
[newrelic:staging]
|
||||
app_name = us-notify-api (Staging)
|
||||
|
||||
Reference in New Issue
Block a user