diff options
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml index 0f10e7f..aececc5 100644 --- a/settings.toml +++ b/settings.toml @@ -66,7 +66,7 @@ SCHOLAR_ENV = "prod" ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292" ELASTICSEARCH_QUERY_FULLTEXT_INDEX = "scholar_fulltext" ELASTICSEARCH_WRITE_BASE = "http://localhost:9200" -ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01" +ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20210128" ELASTICSEARCH_PUBLIC_URL = "http://scholar-svc500.fatcat.wiki:9292" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] ENABLE_GOATCOUNTER = true |