Skip to content

Commit

Permalink
make env_config path static instead of relative
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Sep 15, 2021
1 parent 0002d96 commit b748b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export FLASK_APP=main:app
export GAE_VERSION=development-`cat .travis.yml | grep 'VERSION_NUM=' | cut -f 2 -d '='`
export CLOUD_CONFIG=1
export GOOGLE_APPLICATION_CREDENTIALS=env_config/client-secret.json
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/env_config/client-secret.json
export PYTHONPATH=$(pwd)
export WERKZEUG_DEBUG_PIN=off
export TEMPLATES_AUTO_RELOAD=1
Expand Down

0 comments on commit b748b7c

Please sign in to comment.