summaryrefslogtreecommitdiffstats
path: root/config.json.in
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-13 15:42:09 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-13 17:22:13 +0200
commit5756bd350d585660cce53a28dc66bfcf162ecca1 (patch)
treecbb0c3a013c70fd48365effe90b5bd95e03e4c44 /config.json.in
parent6849b490ccfe2f5ed2bb577758edf30445691378 (diff)
Set install dir to /opt/AGL and move conf to $HOME/.xds-server
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r--config.json.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.json.in b/config.json.in
index 274c7b4..6116439 100644
--- a/config.json.in
+++ b/config.json.in
@@ -1,12 +1,12 @@
{
- "webAppDir": "webapp/dist",
+ "webAppDir": "www",
"httpPort": "8000",
- "shareRootDir": "${HOME}/.xds/share",
+ "shareRootDir": "${HOME}/.xds-server/projects",
"logsDir": "/tmp/xds-server/logs",
"sdkRootDir": "/xdt/sdk",
"syncthing": {
"binDir": "./bin",
- "home": "${HOME}/.xds/syncthing-config",
+ "home": "${HOME}/.xds-server/syncthing-config",
"gui-address": "http://localhost:8384"
}
}