diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 17:51:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 17:51:30 -0700 |
commit | 7cee01ff80ddc3d9f773735ebc9cb12c9dcd4545 (patch) | |
tree | 831689abc7bfaefc6b08a1a9188262753ae505c9 | |
parent | b9308e5c9ce548cae0ad67dcef390cfd1badaa5c (diff) | |
download | fatcat-scholar-7cee01ff80ddc3d9f773735ebc9cb12c9dcd4545.tar.gz fatcat-scholar-7cee01ff80ddc3d9f773735ebc9cb12c9dcd4545.zip |
settings: QA point to search.fatcat.wiki
-rw-r--r-- | settings.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml index ca751b6..1e9ccc6 100644 --- a/settings.toml +++ b/settings.toml @@ -15,7 +15,7 @@ ELASTICSEARCH_BACKEND = "http://localhost:9200" [qa] SCHOLAR_ENV = "qa" ELASTICSEARCH_FULLTEXT_INDEX = "qa_scholar_fulltext" -ELASTICSEARCH_BACKEND = "http://localhost:9200" +ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" [prod] SCHOLAR_ENV = "prod" |