diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-19 19:13:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-19 19:13:59 -0700 |
commit | bc641c8d9f52867ed7b25015fd7c359fff32582a (patch) | |
tree | f98a32b0b66e4cd86cb222aa9fd735a80c75871d /settings.toml | |
parent | f798d4b050ed9831eacf48ceb586d7925ea2891e (diff) | |
download | fatcat-scholar-bc641c8d9f52867ed7b25015fd7c359fff32582a.tar.gz fatcat-scholar-bc641c8d9f52867ed7b25015fd7c359fff32582a.zip |
issue-db: use dynaconf settings
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml index 093acc4..f5078e5 100644 --- a/settings.toml +++ b/settings.toml @@ -4,6 +4,7 @@ SCHOLAR_ENV = "default" SCHOLAR_DOMAIN = "fatcat.wiki" 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_FULLTEXT_INDEX = "scholar_fulltext" THUMBNAIL_URL_PREFIX = "https://blobs.fatcat.wiki/thumbnail/pdf/" |