aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/env.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/env.example b/python/env.example
index c13c6246..c1855440 100644
--- a/python/env.example
+++ b/python/env.example
@@ -1,5 +1,6 @@
FLASK_SECRET_KEY=""
-FATCAT_API_AUTH_TOKEN=""
+# This key used in tests
+FATCAT_API_AUTH_TOKEN="AgEPZGV2LmZhdGNhdC53aWtpAg4yMDE4LTEyLTMxLWRldgACJmVkaXRvcl9pZCA9IGFhYWFhYWFhYWFhYWJrdmthYWFhYWFhYWF1AAIeY3JlYXRlZCA9IDIwMTktMDEtMDhUMDA6Mzc6NTBaAAAGIIKoI0wnIBTF0V+w2DyOt4OMMBfO+EX/GIqnBy+tOrDv"
FATCAT_API_HOST="http://localhost:9411/v0"
ELASTICSEARCH_BACKEND="http://localhost:9200"
ELASTICSEARCH_INDEX="fatcat"