mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
This changeset adjusts the REDIS_ENABLED environment variable to match how the admin app is set up to make sure the API properly connects to the Redis service. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
14 lines
391 B
YAML
14 lines
391 B
YAML
env: sandbox
|
|
web_instances: 1
|
|
web_memory: 1G
|
|
worker_instances: 1
|
|
worker_memory: 512M
|
|
scheduler_memory: 256M
|
|
public_api_route: notify-api-sandbox.app.cloud.gov
|
|
admin_base_url: https://notify-sandbox.app.cloud.gov
|
|
redis_enabled: 1
|
|
default_toll_free_number: "+18885989205"
|
|
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
|
|
DANGEROUS_SALT: sandbox-notify-salt
|
|
SECRET_KEY: sandbox-notify-secret-key
|