Fix indentation

This commit is contained in:
TheSpad 2021-12-03 17:27:47 +00:00
parent 18abdeba35
commit b98b70ba90

View File

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