mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
- statsd client from utils - adds to logger an get same method based reporting as we do for the API.
9 lines
279 B
Bash
9 lines
279 B
Bash
export NOTIFY_ENVIRONMENT='test'
|
|
export ADMIN_CLIENT_SECRET='dev-notify-secret-key'
|
|
export API_HOST_NAME=''
|
|
export DANGEROUS_SALT='dev-notify-salt'
|
|
export SECRET_KEY='dev-notify-secret-key'
|
|
export DESKPRO_API_HOST=""
|
|
export DESKPRO_API_KEY=""
|
|
export STATSD_PREFIX="stats-prefix"
|