Add default Syncthing api in config.json example.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 23 Jun 2017 16:13:01 +0000 (18:13 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 23 Jun 2017 16:13:01 +0000 (18:13 +0200)
agent-config.json.in

index 499cada..0ef6d63 100644 (file)
@@ -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