aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-2/2_xds-agent.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-11 11:43:34 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-11 11:43:34 +0100
commit5b0e7b915f077ddcda641998a63c67b0183584c7 (patch)
tree5a1b561ddd43b7e8f53abb9ee691195c6e632bbb /docs/part-2/2_xds-agent.md
parentb59c92c6b565e703de30463dd4b1c007961097cf (diff)
Standardized config file name and location.
config file name : xxx-config.json config file directory: $HOME/.xds/xxx or /etc/xds/xxx with xxx equals to "agent" or "server"
Diffstat (limited to 'docs/part-2/2_xds-agent.md')
-rw-r--r--docs/part-2/2_xds-agent.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-2/2_xds-agent.md b/docs/part-2/2_xds-agent.md
index 7ff271d..abe3d15 100644
--- a/docs/part-2/2_xds-agent.md
+++ b/docs/part-2/2_xds-agent.md
@@ -18,7 +18,7 @@ Here is the logic to determine which conf file will be used:
1. from command line option: `--config myConfig.json`
1. `$HOME/.xds/agent/agent-config.json` file
-1. `/etc/xds-agent/config.json` file
+1. `/etc/xds/agent/agent-config.json` file
Supported fields in configuration file are (all fields are optional and example
below corresponds to the default values):