From 51da3506a296b7d5d4185b17364f188292136888 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 17 May 2017 16:08:03 +0200 Subject: Use autogenerated Synchting apikey. Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7b60cdc..b910e06 100644 --- a/README.md +++ b/README.md @@ -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)" } } ``` -- cgit 1.2.3-korg