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