aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/.config
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 /conf.d/.config
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 'conf.d/.config')
-rw-r--r--conf.d/.config/xds/server/config.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/conf.d/.config/xds/server/config.json b/conf.d/.config/xds/server/config.json
deleted file mode 100644
index 19700cf..0000000
--- a/conf.d/.config/xds/server/config.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "webAppDir": "www",
- "httpPort": "8000",
- "shareRootDir": "${HOME}/.xds/share",
- "logsDir": "/tmp/xds-server/logs",
- "sdkRootDir": "/xdt/sdk",
- "syncthing": {
- "binDir": "",
- "home": "${HOME}/.xds/syncthing-config",
- "gui-address": "http://localhost:8384"
- }
-}