diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-07 17:43:34 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-07 17:43:34 -0800 |
commit | 5d5a5648cb480e05c4253c954c71094c7251b65a (patch) | |
tree | 37a42db8e57d190c95c448b77e9eac580fe8417a /python/env.example | |
parent | a373cda815b0a44d93b485800b63a785c9aeb8aa (diff) | |
download | fatcat-5d5a5648cb480e05c4253c954c71094c7251b65a.tar.gz fatcat-5d5a5648cb480e05c4253c954c71094c7251b65a.zip |
basic/crude IA login
Diffstat (limited to 'python/env.example')
-rw-r--r-- | python/env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/env.example b/python/env.example index c139df07..c13c6246 100644 --- a/python/env.example +++ b/python/env.example @@ -5,4 +5,6 @@ ELASTICSEARCH_BACKEND="http://localhost:9200" ELASTICSEARCH_INDEX="fatcat" GITLAB_CLIENT_ID="" GITLAB_CLIENT_SECRET="" +IA_XAUTH_CLIENT_ID="" +IA_XAUTH_CLIENT_SECRET="" SENTRY_DSN="" |