chore(config): Insert a space after config comment '#' and key
This commit is contained in:
parent
7bb590f1c7
commit
51050f702a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue