mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 17:54:09 +02:00
Added SSL Certificate Verification Options
Added SSL Certificate Verification Options
This commit is contained in:
@@ -80,6 +80,7 @@ config.read(config_file_full_path)
|
||||
# General
|
||||
LOG_LEVEL = get_config_value('LOG_LEVEL', 'general', False, str, 'INFO')
|
||||
TEST_RUN = get_config_value('TEST_RUN', 'general', False, bool, False)
|
||||
SSL_VERIFICATION = get_config_value('SSL_VERIFICATION', 'general', False, bool, True)
|
||||
|
||||
# Features
|
||||
REMOVE_TIMER = get_config_value('REMOVE_TIMER', 'features', False, float, 10)
|
||||
|
||||
Reference in New Issue
Block a user