We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18abdeb commit b98b70bCopy full SHA for b98b70b
root/defaults/configuration.py
@@ -34,7 +34,7 @@
34
'PASSWORD': '{{REDIS_PASSWORD}}',
35
'DATABASE': {{REDIS_DB_TASK}},
36
'SSL': False,
37
- # Set this to True to skip TLS certificate verification
+ # Set this to True to skip TLS certificate verification
38
# This can expose the connection to attacks, be careful
39
# 'INSECURE_SKIP_TLS_VERIFY': False,
40
},
0 commit comments