From c07adb807c41a1545a9a0f5bbf40080d86946538 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 16 May 2017 22:51:32 +0200 Subject: Auto start Syncthing and Syncthing-inotify. Signed-off-by: Sebastien Douheret --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9615041..677ada2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ Supported fields in configuration file are: { "webAppDir": "location of client dashboard (default: webapp/dist)", "shareRootDir": "root directory where projects will be copied", + "logsDir": "directory to store logs (eg. syncthing output)", "syncthing": { + "binDir": "syncthing binaries directory (default: executable directory)", "home": "syncthing home directory (usually .../syncthing-config)", "gui-address": "syncthing gui url (default http://localhost:8384)" } -- cgit 1.2.3-korg