From 57bdfc8349b3c8a727d6f439e1fd12661bc00a15 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 11 Dec 2017 11:05:55 +0100 Subject: Standardized XDS config file name and location. - config file name is : agent-config.json - xds-agent settings under user's home is: $HOME/.xds/agent - xds-agent settings under etc is: /etc/xds/agent Signed-off-by: Sebastien Douheret --- conf.d/etc/xds-agent/agent-config.json | 15 --------------- conf.d/etc/xds/agent/agent-config.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 conf.d/etc/xds-agent/agent-config.json create mode 100644 conf.d/etc/xds/agent/agent-config.json (limited to 'conf.d/etc') diff --git a/conf.d/etc/xds-agent/agent-config.json b/conf.d/etc/xds-agent/agent-config.json deleted file mode 100644 index 1a7957e..0000000 --- a/conf.d/etc/xds-agent/agent-config.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "httpPort": "8800", - "webAppDir": "${EXEPATH}/www", - "logsDir": "${HOME}/.xds/agent/logs", - "xdsServers": [ - { - "url": "http://localhost:8000" - } - ], - "syncthing": { - "home": "${HOME}/.xds/agent/syncthing-config", - "gui-address": "http://localhost:8386", - "gui-apikey": "1234abcezam" - } -} diff --git a/conf.d/etc/xds/agent/agent-config.json b/conf.d/etc/xds/agent/agent-config.json new file mode 100644 index 0000000..1a7957e --- /dev/null +++ b/conf.d/etc/xds/agent/agent-config.json @@ -0,0 +1,15 @@ +{ + "httpPort": "8800", + "webAppDir": "${EXEPATH}/www", + "logsDir": "${HOME}/.xds/agent/logs", + "xdsServers": [ + { + "url": "http://localhost:8000" + } + ], + "syncthing": { + "home": "${HOME}/.xds/agent/syncthing-config", + "gui-address": "http://localhost:8386", + "gui-apikey": "1234abcezam" + } +} -- cgit 1.2.3-korg