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 /conf.d/.config | |
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 'conf.d/.config')
-rw-r--r-- | conf.d/.config/xds/server/config.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.d/.config/xds/server/config.json b/conf.d/.config/xds/server/config.json new file mode 100644 index 0000000..19700cf --- /dev/null +++ b/conf.d/.config/xds/server/config.json @@ -0,0 +1,12 @@ +{ + "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" + } +} |