diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 10:36:20 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 10:45:35 +0200 |
commit | d4e1f48ff12db48e9a9bdbd3253c1041328ca66d (patch) | |
tree | e76a950b5a249b410743f3f26849831452083d11 /config | |
parent | d6fa6b112451f10f505db886d0ed023b3b931814 (diff) | |
download | birdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.tar birdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.tar.zst birdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.zip |
Implement Configuration with JSON
Diffstat (limited to 'config')
-rw-r--r-- | config/default.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..6288daf --- /dev/null +++ b/config/default.json @@ -0,0 +1,6 @@ +{ + "webserver":{ + "bind_address":"127.0.0.1", + "bind_port":"8080" + } +} |