From 6849b490ccfe2f5ed2bb577758edf30445691378 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 5 Sep 2017 15:46:04 +0200 Subject: 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 --- conf.d/.config/xds/server/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf.d/.config/xds/server/config.json (limited to 'conf.d/.config') 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" + } +} -- cgit 1.2.3-korg