diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-15 11:12:21 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-15 19:08:31 +0200 |
commit | bfeab33538d50ee52750de4dd4c0e72b64f674f6 (patch) | |
tree | a8ebab2a62f4ca4ccbfbe848106ca53d708c724b /agent-config.json.in |
Initial commit.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/agent-config.json.in b/agent-config.json.in new file mode 100644 index 0000000..a0c0ad5 --- /dev/null +++ b/agent-config.json.in @@ -0,0 +1,7 @@ +{ + "syncthing": { + "binDir": "./bin", + "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", + "gui-address": "http://localhost:8384" + } +}
\ No newline at end of file |