From b2c0728cd70b55eb944f1422264956059da94380 Mon Sep 17 00:00:00 2001 From: zhouzb Date: Tue, 25 Aug 2020 16:39:28 +0800 Subject: [PATCH] fix(conf): add additional_configs line --- etc/emqx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/emqx.conf b/etc/emqx.conf index b5cc62e2a..133dadfb0 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -2196,3 +2196,5 @@ alarm.size_limit = 1000 ## ## Default: 24h alarm.validity_period = 24h + +{{ additional_configs }} \ No newline at end of file