Add a sandbox environment for manual testing on cloud.gov

This commit is contained in:
Ryan Ahearn
2022-11-08 11:45:37 -05:00
parent 6d33a4621b
commit 00e14dbaf7
6 changed files with 106 additions and 8 deletions

11
deploy-config/sandbox.yml Normal file
View File

@@ -0,0 +1,11 @@
env: sandbox
instances: 1
memory: 1G
public_admin_route: notify-sandbox.app.cloud.gov
ADMIN_CLIENT_USERNAME: notify-admin
ADMIN_CLIENT_SECRET: dev-notify-secret-key
DANGEROUS_SALT: dev-notify-salt
SECRET_KEY: dev-notify-secret-key
BASIC_AUTH_USERNAME: sandbox
BASIC_AUTH_PASSWORD: sandbox
REDIS_ENABLED: 1