Code Review
/
src
/
xds
/
xds-server.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Set install dir to /opt/AGL and move conf to $HOME/.xds-server
[src/xds/xds-server.git]
/
config.json.in
1
{
2
"webAppDir": "www",
3
"httpPort": "8000",
4
"shareRootDir": "${HOME}/.xds-server/projects",
5
"logsDir": "/tmp/xds-server/logs",
6
"sdkRootDir": "/xdt/sdk",
7
"syncthing": {
8
"binDir": "./bin",
9
"home": "${HOME}/.xds-server/syncthing-config",
10
"gui-address": "http://localhost:8384"
11
}
12
}