blob: 611643908b5788bb80a2954d552ba37ffde9798b (
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:8384"
}
}
|