hardcode some development values

this'll ensure that you won't get your dev secret keys out of sync
between api and admin
This commit is contained in:
Leo Hemsted
2018-02-27 15:32:13 +00:00
parent 0217a6a962
commit 11a4a08ccb
2 changed files with 13 additions and 12 deletions

View File

@@ -63,12 +63,6 @@ in a separate terminal from the app
```
echo "
export NOTIFY_ENVIRONMENT='development'
export ADMIN_CLIENT_SECRET='notify-secret-key'
export API_HOST_NAME='http://localhost:6011'
export DANGEROUS_SALT='dev-notify-salt'
export SECRET_KEY='notify-secret-key'
export DESKPRO_API_HOST="some-host"
export DESKPRO_API_KEY="some-key"
export FLASK_APP=application.py
export FLASK_DEBUG=1
export WERKZEUG_DEBUG_PIN=off