mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
Merge pull request #928 from alphagov/rationalise-configs
Simplified the config files for admin.
This commit is contained in:
11
README.md
11
README.md
@@ -64,15 +64,12 @@ in a separate terminal from the app
|
||||
```
|
||||
echo "
|
||||
export NOTIFY_ENVIRONMENT='development'
|
||||
export ADMIN_CLIENT_SECRET='dev-notify-secret-key'
|
||||
export ADMIN_CLIENT_USER_NAME='dev-notify-admin'
|
||||
export ADMIN_CLIENT_SECRET='notify-secret-key'
|
||||
export API_HOST_NAME='http://localhost:6011'
|
||||
export DANGEROUS_SALT='dev-notify-salt'
|
||||
export SECRET_KEY='dev-notify-secret-key'
|
||||
export DESKPRO_API_HOST=""
|
||||
export DESKPRO_API_KEY=""
|
||||
export DESKPRO_DEPT_ID=""
|
||||
export DESKPRO_ASSIGNED_AGENT_TEAM_ID=""
|
||||
export SECRET_KEY='notify-secret-key'
|
||||
export DESKPRO_API_HOST="some-host"
|
||||
export DESKPRO_API_KEY="some-key"
|
||||
"> environment.sh
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user