From bbe56dabec6e868ceb772c80d626aeedcc23ac01 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 25 Apr 2018 15:37:30 +0800 Subject: [PATCH] Fix whitespace --- etc/emqx.conf | 6 +++--- etc/ssl_dist.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index 78aa90215..cf264a505 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -7,7 +7,7 @@ ##-------------------------------------------------------------------- ## Cluster name. -## +## ## Value: String cluster.name = emqxcluster @@ -297,7 +297,7 @@ log.console.level = error ## The file where console logs will be writed to, when 'log.console' is set as 'file'. ## -## Value: File Name +## Value: File Name ## log.console.file = {{ platform_log_dir }}/console.log ## Maximum file size for console log. @@ -425,7 +425,7 @@ mqtt.keepalive_backoff = 0.75 ## Force GC the MQTT connections. Value 0 will disable the Force GC. ## -## Value: Number >= 0 +## Value: Number >= 0 mqtt.conn.force_gc_count = 100 ##-------------------------------------------------------------------- diff --git a/etc/ssl_dist.conf b/etc/ssl_dist.conf index acdf0aa67..50b0e3279 100644 --- a/etc/ssl_dist.conf +++ b/etc/ssl_dist.conf @@ -1,6 +1,6 @@ %% The options in the {server, Opts} tuple are used when calling ssl:ssl_accept/3, %% and the options in the {client, Opts} tuple are used when calling ssl:connect/4. -%% +%% %% More information at: http://erlang.org/doc/apps/ssl/ssl_distribution.html [{server, [{certfile, "{{ platform_etc_dir }}/certs/cert.pem"},