diff options
author | xengineering <me@xengineering.eu> | 2024-03-24 11:30:56 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-24 11:30:56 +0100 |
commit | 3a169c74caa79a01b319786ac6c5ff8947686a59 (patch) | |
tree | c1bfe30bcd4ec83eccb8b9adc522a46cfcbd2f53 /config.json | |
parent | bc1a0ba75311ea2d53f2cbd3e305b31a561fdafc (diff) | |
download | webiot-3a169c74caa79a01b319786ac6c5ff8947686a59.tar webiot-3a169c74caa79a01b319786ac6c5ff8947686a59.tar.zst webiot-3a169c74caa79a01b319786ac6c5ff8947686a59.zip |
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.
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config.json b/config.json deleted file mode 100644 index 9366364..0000000 --- a/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "devices":{ - "hs100":[ - {"ip":"192.168.1.40","name":"LED strip living room"}, - {"ip":"192.168.1.42","name":"TV"} - ] - }, - "web":{ - "listen":"127.0.0.1:9000" - } -} |