diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-05 11:51:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-05 11:52:39 +0200 |
commit | 2bd1bf389d9ffc1e79722c70023b4b3e067e1523 (patch) | |
tree | ccd7d34448674c5544c6411f2bd6d25c2ff1f9d2 /gui/ui-config.json | |
parent | 91d3ea135ec27934a9b7f1c47b4ff3431a400ea3 (diff) | |
download | dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.tar.gz dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.tar.bz2 dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.zip |
Add web UI
Diffstat (limited to 'gui/ui-config.json')
-rw-r--r-- | gui/ui-config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/ui-config.json b/gui/ui-config.json new file mode 100644 index 0000000..070290c --- /dev/null +++ b/gui/ui-config.json @@ -0,0 +1,9 @@ +{ + "global": { + "daemon": false, + "host": "127.0.0.1", + "port": "8099", + "logs_directory": "logs", + "static_directory": "static" + } +} |