diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 16:02:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 16:02:41 -0700 |
commit | aef7b788326313a44e47549af98fc93690b34661 (patch) | |
tree | 6909d1a9c2ae5c8abe7145b77cb883d83af12a1e /settings.toml | |
parent | 70efe84e5c413dfb8b752faf3b4a5ce31e3d6bf2 (diff) | |
download | fatcat-scholar-aef7b788326313a44e47549af98fc93690b34661.tar.gz fatcat-scholar-aef7b788326313a44e47549af98fc93690b34661.zip |
skeleton of basic search, using covid19 index
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml new file mode 100644 index 0000000..de57a4e --- /dev/null +++ b/settings.toml @@ -0,0 +1,7 @@ + +[default] +FATCAT_DOMAIN = "fatcat.wiki" +I18N_LANG_DEFAULT = "en" +ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" +ELASTICSEARCH_FULLTEXT_INDEX = "covid19_fatcat_fulltext" +COVID19_FULLTEXT_HOST = "https://covid19.fatcat.wiki" |