Include option to disable search

This commit is contained in:
2022-03-05 21:58:35 +00:00
parent 55c282ee69
commit f8e8597e3a
2 changed files with 15 additions and 6 deletions

View File

@@ -6,9 +6,14 @@
# set to 0 to disable that site
NUM_HACKERNEWS = 15
NUM_LOBSTERS = 10
NUM_REDDIT = 10
NUM_REDDIT = 15
NUM_TILDES = 5
# Meilisearch server URL
# Leave blank if not using search
#MEILI_URL = 'http://127.0.0.1:7700/'
MEILI_URL = ''
# Reddit account info
# leave blank if not using Reddit
REDDIT_CLIENT_ID = ''
@@ -25,9 +30,7 @@ SUBREDDITS = [
'PhilosophyofScience',
'StateOfTheUnion',
'TheAgora',
'TrueFilm',
'TrueReddit',
'UniversityofReddit',
'culturalstudies',
'hardscience',
'indepthsports',
@@ -37,6 +40,6 @@ SUBREDDITS = [
'resilientcommunities',
'worldevents',
'StallmanWasRight',
'DarkFuturology',
'EverythingScience',
'longevity',
]