Include option to disable readerserver

This commit is contained in:
2022-03-05 22:04:25 +00:00
parent f8e8597e3a
commit 7386e1d8b0
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ NUM_TILDES = 5
#MEILI_URL = 'http://127.0.0.1:7700/'
MEILI_URL = ''
# Readerserver URL
# Leave blank if not using, but that defeats the whole point
READER_URL = 'http://127.0.0.1:33843/'
# Reddit account info
# leave blank if not using Reddit
REDDIT_CLIENT_ID = ''