mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add a sandbox environment for manual testing on cloud.gov
This commit is contained in:
11
deploy-config/sandbox.yml
Normal file
11
deploy-config/sandbox.yml
Normal 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
|
||||
Reference in New Issue
Block a user