blob: ac2f8918c27006b11e8a18a2fdae9e1b941a9760 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
}
}
|