mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
Added prefix to test env file for completeness
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
export SQLALCHEMY_DATABASE_URI=${TEST_DATABASE:='postgresql://localhost/test_notification_api'}
|
||||
export SECRET_KEY='secret-key'
|
||||
export DANGEROUS_SALT='dangerous-salt'
|
||||
@@ -11,3 +10,4 @@ export MMG_API_KEY='mmg-secret-key'
|
||||
export LOADTESTING_API_KEY="loadtesting"
|
||||
export FIRETEXT_API_KEY="Firetext"
|
||||
export STATSD_PREFIX="stats-prefix"
|
||||
export NOTIFICATION_QUEUE_PREFIX='testing'
|
||||
|
||||
Reference in New Issue
Block a user