aboutsummaryrefslogtreecommitdiffstats
path: root/python/env.example
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-04 13:00:38 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-04 13:00:38 -0800
commitbb6840ab32d39240442f32c89ac3c4d0722d8372 (patch)
treea6b6b347a71255f2e5ec320dce7faa37555b1f6d /python/env.example
parent00c0859a7df360380a479eb9dbc79057c0245969 (diff)
downloadfatcat-bb6840ab32d39240442f32c89ac3c4d0722d8372.tar.gz
fatcat-bb6840ab32d39240442f32c89ac3c4d0722d8372.zip
use .env for all config (and document it)
Diffstat (limited to 'python/env.example')
-rw-r--r--python/env.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/env.example b/python/env.example
new file mode 100644
index 00000000..c139df07
--- /dev/null
+++ b/python/env.example
@@ -0,0 +1,8 @@
+FLASK_SECRET_KEY=""
+FATCAT_API_AUTH_TOKEN=""
+FATCAT_API_HOST="http://localhost:9411/v0"
+ELASTICSEARCH_BACKEND="http://localhost:9200"
+ELASTICSEARCH_INDEX="fatcat"
+GITLAB_CLIENT_ID=""
+GITLAB_CLIENT_SECRET=""
+SENTRY_DSN=""