X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=ad8e6bb75fc9cfde88603c642950debaef664f8d;hb=a50baa7c309f7eb55fe87c71f4c688ace325b6ac;hp=524ad14a8b2a5e905875f39ec3a2fad5328a43fb;hpb=59784289d1d0296e470c46dc279aa3576c60801e;p=src%2Fxds%2Fxds-agent.git diff --git a/README.md b/README.md index 524ad14..ad8e6bb 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ Supported fields in configuration file are: ```json { "httpPort": "http port of agent REST interface", + "logsDir": "directory to store logs (eg. syncthing output)", "syncthing": { "binDir": "syncthing binaries directory (use xds-agent executable dir when not set)", "home": "syncthing home directory (usually .../syncthing-config)", - "gui-address": "syncthing gui url (default http://localhost:8384)" + "gui-address": "syncthing gui url (default http://localhost:8384)", + "gui-apikey": "syncthing api-key to use (default auto-generated)" } } ```