diff options
author | Christian Bläul | 2019-08-17 10:53:17 +0200 |
---|---|---|
committer | Christian Bläul | 2019-08-17 10:53:17 +0200 |
commit | 60d6a6a15dd029a40d5f267d3143febb7fb4afba (patch) | |
tree | 697d891d7e47745e386504f584cf793ab9e72623 | |
parent | 374ee5879010a1e52633032c3a4cb864af9c4a01 (diff) |
Documentation: Improved descriptions of 'Users and Privileges' section
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to '')
-rw-r--r-- | docs/configuration-config-file.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md index 6ad692b1..bf8d90ba 100644 --- a/docs/configuration-config-file.md +++ b/docs/configuration-config-file.md @@ -90,11 +90,11 @@ these are rarely used for various reasons. | --------- | ------ | ----------- | | `allowAnonymous` | `true` or `false` | Set to allow anonymous usage (default is `true`). | | `allowAnonymousEdits` | `true` or `false` | If `allowAnonymous` is `true`: allow users to select `freely` permission, allowing guests to edit existing notes (default is `false`). | -| `allowFreeURL` | `true` or `false` | Set to allow new note creation by accessing a nonexistent note URL. | +| `allowFreeURL` | `true` or `false` | Set to allow new note creation by accessing a nonexistent note URL. This is the behavior familiar from [Etherpad](https://github.com/ether/etherpad-lite). | | `defaultPermission` | `freely`, `editable`, `limited`, `locked`, `protected` or `private` | Set notes default permission (only applied on signed users). | | `sessionName` | `connect.sid` | Cookie session name. | -| `sessionLife` | `14 * 24 * 60 * 60 * 1000` | Cookie session life time. | -| `sessionSecret` | `secret` | Cookie session secret. | If none is set, one will randomly generated on each startup, meaning all your users will be logged out. | +| `sessionLife` | `14 * 24 * 60 * 60 * 1000` | Cookie session life time in milliseconds. | +| `sessionSecret` | `secret` | Cookie session secret. If none is set, one will randomly generated on each startup, meaning all your users will be logged out. | ## Login methods |