From 18190642fa727bd8ce47032fb2209492b4212036 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 14 Feb 2014 14:00:14 +0200 Subject: [PATCH] conf: disable API by default. --- example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.conf b/example.conf index d7eb81fe..f86c6f64 100644 --- a/example.conf +++ b/example.conf @@ -34,7 +34,7 @@ "temp-overheat" : "85,85,85,85", "temp-target" : "75,75,75,75", -"api-listen" : true, +"api-listen" : false, "api-mcast-port" : "4028", "api-port" : "4028",