blob: 274c7b422f42492d190a273794e977558ca60fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"webAppDir": "webapp/dist",
"httpPort": "8000",
"shareRootDir": "${HOME}/.xds/share",
"logsDir": "/tmp/xds-server/logs",
"sdkRootDir": "/xdt/sdk",
"syncthing": {
"binDir": "./bin",
"home": "${HOME}/.xds/syncthing-config",
"gui-address": "http://localhost:8384"
}
}
|