Skip to content

Commit f0159c3

Browse files
authored
Add deprecated warning for DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR (#22318)
1 parent 96797fe commit f0159c3

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,9 @@ and
782782

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

789789
- `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`.
790790
- `AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store user avatar image files.

0 commit comments

Comments
 (0)