diff --git a/users/config.rst b/users/config.rst index 5a8b80424..253a6b1c2 100644 --- a/users/config.rst +++ b/users/config.rst @@ -50,7 +50,7 @@ The following shows the default configuration file: .. code-block:: xml - + 1 @@ -122,7 +122,7 @@ Folder Element .. code-block:: xml - + 1 @@ -148,9 +148,11 @@ path The path to the directory where the folder is stored on this device; not sent to other devices. (mandatory) -ro - True if the folder is read only (Master mode; will not be modified by - Syncthing) on this device. +type + - ``readonly`` if the folder is in *master* mode, it will not be modified by + syncthing on this device. + + - ``readwrite`` if the folder is in default mode. Sending local and accepting remote changes. rescanIntervalS The rescan interval, in seconds. Can be set to zero to disable when external