Skip to content

Commit a5cc3a9

Browse files
maikitechknowlogick
authored andcommitted
Punctuation changes in documentation (#4866)
1 parent 061b1aa commit a5cc3a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
126126
on another (https) port.
127127
- `PORT_TO_REDIRECT`: **80**: Port used when `REDIRECT_OTHER_PORT` is true.
128128
- `ENABLE_LETSENCRYPT`: **false**: If enabled you must set `DOMAIN` to valid internet facing domain (ensure DNS is set and port 80 is accessible by letsencrypt validation server).
129-
By using Lets Encrypt **you must consent** to their [terms of service](https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf)
130-
- `LETSENCRYPT_ACCEPTTOS`: **false**: This is an explicit check that you accept the terms of service for Let's Encrypt
131-
- `LETSENCRYPT_DIRECTORY`: **https**: Directory that Letsencrypt will use to cache information such as certs and private keys
129+
By using Lets Encrypt **you must consent** to their [terms of service](https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf).
130+
- `LETSENCRYPT_ACCEPTTOS`: **false**: This is an explicit check that you accept the terms of service for Let's Encrypt.
131+
- `LETSENCRYPT_DIRECTORY`: **https**: Directory that Letsencrypt will use to cache information such as certs and private keys.
132132
- `LETSENCRYPT_EMAIL`: **[email protected]**: Email used by Letsencrypt to notify about problems with issued certificates. (No default)
133133

134134
## Database (`database`)
@@ -190,8 +190,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
190190
for reverse authentication.
191191
- `ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
192192
- `CAPTCHA_TYPE`: **image**: \[image, recaptcha\]
193-
- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha
194-
- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha
193+
- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
194+
- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
195195
- `DEFAULT_ENABLE_DEPENDENCIES`: **true** Enable this to have dependencies enabled by default.
196196

197197
## Webhook (`webhook`)
@@ -217,8 +217,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
217217
This is common on linux systems.
218218
- Note that enabling sendmail will ignore all other `mailer` settings except `ENABLED`,
219219
`FROM` and `SENDMAIL_PATH`.
220-
- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system. (can be
221-
command or full path)
220+
- `SENDMAIL_PATH`: **sendmail**: The location of sendmail on the operating system (can be
221+
command or full path).
222222

223223
## Cache (`cache`)
224224

@@ -242,7 +242,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
242242
`http://cn.gravatar.com/avatar/`.
243243
- `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only.
244244
- `ENABLE_FEDERATED_AVATAR`: **false**: Enable support for federated avatars (see
245-
http://www.libravatar.org)
245+
[http://www.libravatar.org](http://www.libravatar.org)).
246246
- `AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store local and cached files.
247247

248248
## Attachment (`attachment`)
@@ -304,7 +304,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
304304
## API (`api`)
305305

306306
- `ENABLE_SWAGGER_ENDPOINT`: **true**: Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true.
307-
- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page
307+
- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page.
308308

309309
## i18n (`i18n`)
310310

0 commit comments

Comments
 (0)