aboutsummaryrefslogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-22 13:47:33 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-22 13:47:33 -0700
commitaaa96e932fb365026a6c7646aabc98a95f48319e (patch)
treecbce3e2393e6e059fce072ecdbd0ab0b1dad1b85 /settings.toml
parent528bfa79307d9b497202a022610ebeb9308c7d5f (diff)
downloadfatcat-scholar-aaa96e932fb365026a6c7646aabc98a95f48319e.tar.gz
fatcat-scholar-aaa96e932fb365026a6c7646aabc98a95f48319e.zip
update frontend/backend config values
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.toml b/settings.toml
index a16969b..50910cf 100644
--- a/settings.toml
+++ b/settings.toml
@@ -4,7 +4,8 @@ SCHOLAR_ENV = "default"
SCHOLAR_ISSUEDB_PATH = "data/issue_db.sqlite"
I18N_LANG_DEFAULT = "en"
FATCAT_ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki"
-ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki"
+ELASTICSEARCH_BACKEND = "http://search-svc097.fatcat.wiki:9292"
+ELASTICSEARCH_FRONTEND = "http://search-svc097.fatcat.wiki:9292"
ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext"
THUMBNAIL_URL_PREFIX = "https://blobs.fatcat.wiki/thumbnail/pdf/"
SANDCRAWLER_DB_API = "http://aitio.us.archive.org:3030"
@@ -22,13 +23,13 @@ FATCAT_API_HOST = "http://localhost:9411/v0"
SCHOLAR_ENV = "dev"
ELASTICSEARCH_FULLTEXT_INDEX = "dev_scholar_fulltext"
ELASTICSEARCH_BACKEND = "http://localhost:9200"
+ELASTICSEARCH_FRONTEND = "http://localhost:9200"
KAFKA_BROKERS = ["localhost"]
FATCAT_API_HOST = "http://localhost:9411/v0"
[qa]
SCHOLAR_ENV = "qa"
ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext_v01"
-ELASTICSEARCH_BACKEND = "http://search-svc097.fatcat.wiki:9292"
KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
[prod]