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, },