diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 16:08:03 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 17:11:42 +0200 |
commit | 51da3506a296b7d5d4185b17364f188292136888 (patch) | |
tree | b8ae117178a218e8efd19525f92249ae2c546a4f /README.md | |
parent | 63f550ad8dc0061b1e010138d7fbbb55318550d4 (diff) |
Use autogenerated Synchting apikey.
Except if gui-apikey is set in config.json file.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ Supported fields in configuration file are: "syncthing": { "binDir": "syncthing binaries directory (default: executable directory)", "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)" } } ``` |