diff options
Diffstat (limited to 'python/gui/ui-config.json')
-rw-r--r-- | python/gui/ui-config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/gui/ui-config.json b/python/gui/ui-config.json new file mode 100644 index 0000000..070290c --- /dev/null +++ b/python/gui/ui-config.json @@ -0,0 +1,9 @@ +{ + "global": { + "daemon": false, + "host": "127.0.0.1", + "port": "8099", + "logs_directory": "logs", + "static_directory": "static" + } +} |