diff options
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.json.in b/config.json.in index 274c7b4..6116439 100644 --- a/config.json.in +++ b/config.json.in @@ -1,12 +1,12 @@ { - "webAppDir": "webapp/dist", + "webAppDir": "www", "httpPort": "8000", - "shareRootDir": "${HOME}/.xds/share", + "shareRootDir": "${HOME}/.xds-server/projects", "logsDir": "/tmp/xds-server/logs", "sdkRootDir": "/xdt/sdk", "syncthing": { "binDir": "./bin", - "home": "${HOME}/.xds/syncthing-config", + "home": "${HOME}/.xds-server/syncthing-config", "gui-address": "http://localhost:8384" } } |