From 407333a3148ec3ac2d5f53aa963f870c8a96e2dc Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Tue, 20 Jul 2021 21:34:33 -0600 Subject: [PATCH] Updated dev default.json --- src/assets/default.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/assets/default.json b/src/assets/default.json index ce2cdb3..a31b696 100644 --- a/src/assets/default.json +++ b/src/assets/default.json @@ -29,7 +29,8 @@ "use_youtube_API": false, "youtube_API_key": "", "use_twitch_API": false, - "twitch_API_key": "" + "twitch_API_key": "", + "twitch_auto_download_chat": true }, "Themes": { "default_theme": "default", @@ -53,6 +54,10 @@ "searchFilter": "(uid={{username}})" } }, + "Database": { + "mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib", + "use_local_db": false + }, "Advanced": { "use_default_downloading_agent": true, "custom_downloading_agent": "", @@ -61,7 +66,7 @@ "jwt_expiration": 86400, "logger_level": "debug", "use_cookies": false, - "default_downloader": "youtube-dlc" + "default_downloader": "youtube-dl" } } } \ No newline at end of file