From 3a169c74caa79a01b319786ac6c5ff8947686a59 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Mar 2024 11:30:56 +0100 Subject: Provide example and default configuration Those two configuration files should not be the same. The default configuration should be more or less empty while the example configuration should demonstrate the server's capabilities. --- config/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/default.json (limited to 'config/default.json') diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..17d64ef --- /dev/null +++ b/config/default.json @@ -0,0 +1,8 @@ +{ + "devices":{ + "hs100":[] + }, + "web":{ + "listen":"127.0.0.1:9000" + } +} -- cgit v1.2.3-70-g09d2