From 51050f702a7dfd745ee2c9141dc816e687be7792 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 22 Jan 2021 15:07:35 +0100 Subject: [PATCH] chore(config): Insert a space after config comment '#' and key --- apps/emqx_auth_redis/etc/emqx_auth_redis.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/emqx_auth_redis/etc/emqx_auth_redis.conf b/apps/emqx_auth_redis/etc/emqx_auth_redis.conf index 5acb75ca1..997034ed3 100644 --- a/apps/emqx_auth_redis/etc/emqx_auth_redis.conf +++ b/apps/emqx_auth_redis/etc/emqx_auth_redis.conf @@ -98,20 +98,20 @@ auth.redis.acl_cmd = "HGETALL mqtt_acl:%u" ## Redis ssl configuration. ## ## Value: on | off -#auth.redis.ssl.enable = off +# auth.redis.ssl.enable = off ## CA certificate. ## ## Value: File -#auth.redis.ssl.cacertfile = path/to/your/cafile.pem +# auth.redis.ssl.cacertfile = path/to/your/cafile.pem ## Client ssl certificate. ## ## Value: File -#auth.redis.ssl.certfile = path/to/your/certfile +# auth.redis.ssl.certfile = path/to/your/certfile ## Client ssl keyfile. ## ## Value: File -#auth.redis.ssl.keyfile = path/to/your/keyfile +# auth.redis.ssl.keyfile = path/to/your/keyfile