summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-16 18:46:37 +0200
committerxengineering <me@xengineering.eu>2022-05-16 18:46:37 +0200
commit0344477b6014ca879d11934ef2d6fbd8a4c290c3 (patch)
tree2b72481bbba479000c409504dcb24452324f3aa2 /config.json
parentfa5433ddc8c3bb8d0ba184fe91df79365fd98a58 (diff)
downloadwebiot-0344477b6014ca879d11934ef2d6fbd8a4c290c3.tar
webiot-0344477b6014ca879d11934ef2d6fbd8a4c290c3.tar.zst
webiot-0344477b6014ca879d11934ef2d6fbd8a4c290c3.zip
Add configuration of template path
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 9366364..b939d6d 100644
--- a/config.json
+++ b/config.json
@@ -6,6 +6,7 @@
]
},
"web":{
- "listen":"127.0.0.1:9000"
+ "listen":"127.0.0.1:9000",
+ "templates":"/usr/share/webiot/"
}
}