mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Set up REDIS config.
Switched OFF on DEV and by DEFAULT Switched ON for TESTS Switched ON on PREVIEW - STAGING - PRODUCTION URL set via ENV file - set in environment_test.sh. DEVS will need to update environment.sh. README updated.
This commit is contained in:
@@ -11,3 +11,4 @@ export LOADTESTING_API_KEY="loadtesting"
|
||||
export FIRETEXT_API_KEY="Firetext"
|
||||
export STATSD_PREFIX="stats-prefix"
|
||||
export NOTIFICATION_QUEUE_PREFIX='testing'
|
||||
export REDIS_URL="redis://localhost:6379/0"
|
||||
|
||||
Reference in New Issue
Block a user