diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 14:10:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 14:10:41 -0700 |
commit | f931c67c3f0f51f352961db1c37af5998a332792 (patch) | |
tree | 7cfe71a708e6304b55cef1642126cb336ad836ca /settings.toml | |
parent | 3243915d7933d18e50f1ce7135135d4da1756701 (diff) | |
download | fatcat-scholar-f931c67c3f0f51f352961db1c37af5998a332792.tar.gz fatcat-scholar-f931c67c3f0f51f352961db1c37af5998a332792.zip |
make onion-location header configurable
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 657e2dc..f11ed7d 100644 --- a/settings.toml +++ b/settings.toml @@ -17,6 +17,7 @@ SENTRY_DSN = "" ENABLE_GOATCOUNTER = 0 GOATCOUNTER_ENDPOINT = "https://goatcounter.scholar.fatcat.wiki/count" GOATCOUNTER_SCRIPT_URL = "https://goatcounter.scholar.fatcat.wiki/count.js" +ONION_DOMAIN = "scholar-qa.archivev3qli37bju4rlh27glh24lljyezwxf4pokmrdbpefjlcrp5id.onion" [test] SCHOLAR_ENV = "test" |