summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Bläul2019-08-17 10:45:01 +0200
committerChristian Bläul2019-08-17 10:49:03 +0200
commit374ee5879010a1e52633032c3a4cb864af9c4a01 (patch)
treea27feda50bd90e94bc99fa396712fe9d8bf14e97 /docs
parent4b392f4b1286107ee7a02a45dbf2abf29bde19f5 (diff)
Documentation: converted descriptions to sentences to allow more details
No content was added; this is just a formatting commit. Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration-config-file.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index fd00eb2c..6ad692b1 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -88,13 +88,13 @@ these are rarely used for various reasons.
| variables | example values | description |
| --------- | ------ | ----------- |
-| `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 |
-| `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 |
-| `sessionSecret` | `secret` | cookie session secret | If none is set, one will randomly generated on each startup, meaning all your users will be logged out. |
+| `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. |
+| `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. |
## Login methods