You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
126
126
on another (https) port.
127
127
-`PORT_TO_REDIRECT`: **80**: Port used when `REDIRECT_OTHER_PORT` is true.
128
128
-`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.
132
132
-`LETSENCRYPT_EMAIL`: **[email protected]**: Email used by Letsencrypt to notify about problems with issued certificates. (No default)
133
133
134
134
## Database (`database`)
@@ -190,8 +190,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
190
190
for reverse authentication.
191
191
-`ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
192
192
-`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.
195
195
-`DEFAULT_ENABLE_DEPENDENCIES`: **true** Enable this to have dependencies enabled by default.
196
196
197
197
## Webhook (`webhook`)
@@ -217,8 +217,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
217
217
This is common on linux systems.
218
218
- Note that enabling sendmail will ignore all other `mailer` settings except `ENABLED`,
219
219
`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).
222
222
223
223
## Cache (`cache`)
224
224
@@ -242,7 +242,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
242
242
`http://cn.gravatar.com/avatar/`.
243
243
-`DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only.
244
244
-`ENABLE_FEDERATED_AVATAR`: **false**: Enable support for federated avatars (see
0 commit comments