diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-23 18:13:01 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-23 18:13:01 +0200 |
commit | 7c33696479008a264a4d426d8e47d9bfd44bff89 (patch) | |
tree | 4799acaa9bb2ebb86b20e182a31557fde415547b /agent-config.json.in | |
parent | 94f411eda1a3c9a9b20218f2899c82dca453034b (diff) |
Add default Syncthing api in config.json example.
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent-config.json.in b/agent-config.json.in index 499cada..0ef6d63 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -3,6 +3,7 @@ "xds-apikey": "1234abcezam", "syncthing": { "home": "${HOME}/.xds/agent/syncthing-config", - "gui-address": "http://localhost:8384" + "gui-address": "http://localhost:8384", + "gui-apikey": "1234abcezam" } }
\ No newline at end of file |