diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-11 11:09:35 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-11 15:49:30 +0100 |
commit | 963931e04d44a5b40d38817163f52f56241a9f33 (patch) | |
tree | 986841498f9c998549ee175c240713709e32510a /config.json.in | |
parent | e9fa58ca8a03f03e6022955fd4934e6fda5876ee (diff) |
Standardized XDS config file name and location.
- config file name is : server-config.json
- xds-server settings under user's home is: $HOME/.xds/server
- xds-server settings under etc is: /etc/xds/server
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.json.in b/config.json.in deleted file mode 100644 index ac2f891..0000000 --- a/config.json.in +++ /dev/null @@ -1,12 +0,0 @@ -{ - "webAppDir": "www", - "httpPort": "8000", - "shareRootDir": "${HOME}/.xds-server/projects", - "logsDir": "/tmp/xds-server/logs", - "sdkRootDir": "/xdt/sdk", - "syncthing": { - "binDir": "./bin", - "home": "${HOME}/.xds-server/syncthing-config", - "gui-address": "http://localhost:8385" - } -} |