diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-28 11:37:05 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-28 11:37:05 +0000 |
| commit | bdc1eb1d8bb800f7938c485e3c876fd06b535029 (patch) | |
| tree | 592067ad1091ac4dd8b77d13515d6def894425c9 /flask.sh | |
| parent | Flash warning when insufficient users present (diff) | |
| download | AnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.tar.gz AnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.zip | |
Update configuration to use env files throughout
Diffstat (limited to 'flask.sh')
| -rwxr-xr-x | flask.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/bash -export FLASK_APP=annotate_change.py -export FLASK_ENV=development +export $(grep -v '^#' .env.development | xargs -d '\n') echo "FLASK_APP = ${FLASK_APP}" echo "FLASK_ENV = ${FLASK_ENV}" |
