diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-25 17:23:12 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-25 17:23:12 -0800 |
commit | 02c18478fd0fd0539f2be7930c0a4b4fc9bffb60 (patch) | |
tree | c7018d2a3172337619c07aec7d1839373c8288a3 /settings.toml | |
parent | 5aed3803affdb3f05b881cb90496180be45da440 (diff) | |
download | fatcat-scholar-02c18478fd0fd0539f2be7930c0a4b4fc9bffb60.tar.gz fatcat-scholar-02c18478fd0fd0539f2be7930c0a4b4fc9bffb60.zip |
update dev+qa configuration
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml index efdc322..0f10e7f 100644 --- a/settings.toml +++ b/settings.toml @@ -49,6 +49,11 @@ ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "dev_scholar_fulltext" ELASTICSEARCH_PUBLIC_URL = "http://localhost:9200" KAFKA_BROKERS = ["localhost"] +[development-qa] +SCHOLAR_ENV = "dev" +ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292" +ELASTICSEARCH_PUBLIC_URL = "http://scholar-svc500.fatcat.wiki:9292" + [qa] SCHOLAR_ENV = "qa" ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292" |