mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Updated the localhost in the environment_test file so that if the tests fail if a mock is missing.
7 lines
273 B
Bash
7 lines
273 B
Bash
export NOTIFY_ADMIN_ENVIRONMENT='config.Test'
|
|
export ADMIN_CLIENT_SECRET='dev-notify-secret-key'
|
|
export ADMIN_CLIENT_USER_NAME='dev-notify-admin'
|
|
export API_HOST_NAME='http://localhost:6311'
|
|
export DANGEROUS_SALT='dev-notify-salt'
|
|
export SECRET_KEY='dev-notify-secret-key'
|