From d7ce7860bf47ad1f51a44a9705eb0dbf1825eb66 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 27 Mar 2023 17:57:19 +0200 Subject: Pass appdata directory by argument Passing this as part of the configuration file is not flexible. With args it can be easily tweaked for the debug use case while the default path for production is included in the argument parsing. --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 513e364..9366364 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,5 @@ }, "web":{ "listen":"127.0.0.1:9000" - }, - "appdata":"/usr/share/webiot/" + } } -- cgit v1.2.3-70-g09d2