diff options
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.json.in b/config.json.in deleted file mode 100644 index ac2f891..0000000 --- a/config.json.in +++ /dev/null @@ -1,12 +0,0 @@ -{ - "webAppDir": "www", - "httpPort": "8000", - "shareRootDir": "${HOME}/.xds-server/projects", - "logsDir": "/tmp/xds-server/logs", - "sdkRootDir": "/xdt/sdk", - "syncthing": { - "binDir": "./bin", - "home": "${HOME}/.xds-server/syncthing-config", - "gui-address": "http://localhost:8385" - } -} |