diff options
author | 2017-09-13 15:42:09 +0200 | |
---|---|---|
committer | 2017-09-13 17:22:13 +0200 | |
commit | 5756bd350d585660cce53a28dc66bfcf162ecca1 (patch) | |
tree | cbb0c3a013c70fd48365effe90b5bd95e03e4c44 /conf.d/.config | |
parent | 6849b490ccfe2f5ed2bb577758edf30445691378 (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.json | 12 |
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" - } -} |