aboutsummaryrefslogtreecommitdiffstats
path: root/python/env.example
diff options
context:
space:
mode:
Diffstat (limited to 'python/env.example')
-rw-r--r--python/env.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/env.example b/python/env.example
index 75fc5238..4bf76e21 100644
--- a/python/env.example
+++ b/python/env.example
@@ -4,7 +4,8 @@ FATCAT_DOMAIN="dev.fatcat.wiki"
FATCAT_API_AUTH_TOKEN="AgEPZGV2LmZhdGNhdC53aWtpAhYyMDE5MDEwMS1kZXYtZHVtbXkta2V5AAImZWRpdG9yX2lkID0gYWFhYWFhYWFhYWFhYmt2a2FhYWFhYWFhYWkAAht0aW1lID4gMjAxOS0wMS0wOVQwMDo1Nzo1MloAAAYgnroNha1hSftChtxHGTnLEmM/pY8MeQS/jBSV0UNvXug="
FATCAT_API_HOST="http://localhost:9411/v0"
ELASTICSEARCH_BACKEND="http://localhost:9200"
-ELASTICSEARCH_INDEX="fatcat"
+ELASTICSEARCH_RELEASE_INDEX="fatcat_release"
+ELASTICSEARCH_CONTAINER_INDEX="fatcat_container"
GITLAB_CLIENT_ID=""
GITLAB_CLIENT_SECRET=""
IA_XAUTH_CLIENT_ID=""