diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-05 15:46:04 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-13 15:42:16 +0200 |
commit | 6849b490ccfe2f5ed2bb577758edf30445691378 (patch) | |
tree | 5a4194f86623ec1b78c13d16f04eef59dac96b81 /config.json.in | |
parent | f1ba9d6e9a69a5982ea4821a6b78f0ca5f224bc7 (diff) |
Add packaging files used by OBS.
xds-server is now packaging in OBS:
https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.in b/config.json.in index 1668e05..274c7b4 100644 --- a/config.json.in +++ b/config.json.in @@ -1,12 +1,12 @@ { "webAppDir": "webapp/dist", "httpPort": "8000", - "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", + "shareRootDir": "${HOME}/.xds/share", "logsDir": "/tmp/xds-server/logs", "sdkRootDir": "/xdt/sdk", "syncthing": { "binDir": "./bin", - "home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config", + "home": "${HOME}/.xds/syncthing-config", "gui-address": "http://localhost:8384" } } |