aboutsummaryrefslogtreecommitdiff
path: root/flask.sh
diff options
context:
space:
mode:
Diffstat (limited to 'flask.sh')
-rwxr-xr-xflask.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/flask.sh b/flask.sh
index 78155a9..006329d 100755
--- a/flask.sh
+++ b/flask.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+# Author: G.J.J. van den Burg <gvandenburg@turing.ac.uk>
+
export $(grep -v '^#' .env.development | xargs -d '\n')
echo "FLASK_APP = ${FLASK_APP}"