chore(config): Insert a space after config comment '#' and key

This commit is contained in:
Zaiming Shi 2021-01-22 15:07:35 +01:00
parent 7bb590f1c7
commit 51050f702a
1 changed files with 4 additions and 4 deletions

View File

@ -98,20 +98,20 @@ auth.redis.acl_cmd = "HGETALL mqtt_acl:%u"
## Redis ssl configuration. ## Redis ssl configuration.
## ##
## Value: on | off ## Value: on | off
#auth.redis.ssl.enable = off # auth.redis.ssl.enable = off
## CA certificate. ## CA certificate.
## ##
## Value: File ## Value: File
#auth.redis.ssl.cacertfile = path/to/your/cafile.pem # auth.redis.ssl.cacertfile = path/to/your/cafile.pem
## Client ssl certificate. ## Client ssl certificate.
## ##
## Value: File ## Value: File
#auth.redis.ssl.certfile = path/to/your/certfile # auth.redis.ssl.certfile = path/to/your/certfile
## Client ssl keyfile. ## Client ssl keyfile.
## ##
## Value: File ## Value: File
#auth.redis.ssl.keyfile = path/to/your/keyfile # auth.redis.ssl.keyfile = path/to/your/keyfile