diff options
author | xengineering <me@xengineering.eu> | 2022-05-16 18:55:08 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-16 18:55:08 +0200 |
commit | 96e66b41169a005613fe45f47bb7d1d92950a10f (patch) | |
tree | ecfe5679b4b7c67b77d9367f37e6e6fe94c6cbd2 /config.json | |
parent | 0344477b6014ca879d11934ef2d6fbd8a4c290c3 (diff) | |
download | webiot-96e66b41169a005613fe45f47bb7d1d92950a10f.tar webiot-96e66b41169a005613fe45f47bb7d1d92950a10f.tar.zst webiot-96e66b41169a005613fe45f47bb7d1d92950a10f.zip |
Introduce appdata configuration option
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 6 |
1 files changed, 3 insertions, 3 deletions
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/" } |