From 96e66b41169a005613fe45f47bb7d1d92950a10f Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 May 2022 18:55:08 +0200 Subject: Introduce appdata configuration option --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index b939d6d..513e364 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ ] }, "web":{ - "listen":"127.0.0.1:9000", - "templates":"/usr/share/webiot/" - } + "listen":"127.0.0.1:9000" + }, + "appdata":"/usr/share/webiot/" } -- cgit v1.2.3-70-g09d2