From b98b70ba90449206c8fedfa77427dd271ae41999 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 3 Dec 2021 17:27:47 +0000 Subject: [PATCH] Fix indentation --- root/defaults/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/configuration.py b/root/defaults/configuration.py index 76c41d5..e20892f 100644 --- a/root/defaults/configuration.py +++ b/root/defaults/configuration.py @@ -34,7 +34,7 @@ REDIS = { 'PASSWORD': '{{REDIS_PASSWORD}}', 'DATABASE': {{REDIS_DB_TASK}}, 'SSL': False, - # Set this to True to skip TLS certificate verification + # Set this to True to skip TLS certificate verification # This can expose the connection to attacks, be careful # 'INSECURE_SKIP_TLS_VERIFY': False, },