summaryrefslogtreecommitdiff
path: root/docs/configuration-config-file.md
diff options
context:
space:
mode:
authorChristian Bläul2019-08-17 11:56:31 +0200
committerChristian Bläul2019-08-17 11:56:31 +0200
commitef857a565ca91fbd042ea14ebeddb843952095a4 (patch)
tree108abf0d649411076faf7aa4bdc988bbd13aab45 /docs/configuration-config-file.md
parent32f00e9830ef9497dff9659ca0485953e5466284 (diff)
Documentation: improved sessionLife description
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'docs/configuration-config-file.md')
-rw-r--r--docs/configuration-config-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index 64d37aff..3dfb2335 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -93,7 +93,7 @@ these are rarely used for various reasons.
| `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 in milliseconds. |
+| `sessionLife` | `14 * 24 * 60 * 60 * 1000` (14 days) | 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. |