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