Skip to content

Commit 5b87634

Browse files
authored
Add deprecated warning for DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR (#22324)
Backport #22318
1 parent 09c667e commit 5b87634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,9 @@ and
735735

736736
- `GRAVATAR_SOURCE`: **gravatar**: Can be `gravatar`, `duoshuo` or anything like
737737
`http://cn.gravatar.com/avatar/`.
738-
- `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only.
738+
- `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only. **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure.
739739
- `ENABLE_FEDERATED_AVATAR`: **false**: Enable support for federated avatars (see
740-
[http://www.libravatar.org](http://www.libravatar.org)).
740+
[http://www.libravatar.org](http://www.libravatar.org)). **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure.
741741

742742
- `AVATAR_STORAGE_TYPE`: **default**: Storage type defined in `[storage.xxx]`. Default is `default` which will read `[storage]` if no section `[storage]` will be a type `local`.
743743
- `AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store user avatar image files.

0 commit comments

Comments
 (0)