Allow disabling Redis usage, for debugging and single user instances

This commit is contained in:
Adam Gastineau
2020-12-05 18:54:38 -08:00
parent 2c447f967f
commit 0a2cca3ee4
2 changed files with 24 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ const config = {
reddit_app_id: 'H6-HjZ5pUPjaFQ', // You should obtain your own Reddit app ID. For testing purposes it's okay to use this project's default app ID. Create your Reddit app here: https://old.reddit.com/prefs/apps/. Make sure to create an "installed app" type of app.
cert_dir: '', // For example '/home/teddit/letsencrypt/live/teddit.net', if you are using https. No trailing slash.
video_enabled: true,
redis_enabled: true, // If disabled, does not cache Reddit API calls
redis_host: '127.0.0.1',
redis_port: 6379,
ssl_port: 8088,