diff options
author | Kyle D <kdumontnu@gmail.com> | 2023-01-02 18:54:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 07:54:27 +0800 |
commit | f0159c3e8ae3e48848c16ddda3529e34b80665f5 (patch) | |
tree | d7ce0a960f812c9067c0653011b1dcf9e94551e9 | |
parent | 96797fed311151ff889f87c94c7b6aaa16c5d535 (diff) | |
download | gitea-f0159c3e8ae3e48848c16ddda3529e34b80665f5.tar.gz gitea-f0159c3e8ae3e48848c16ddda3529e34b80665f5.zip |
Add deprecated warning for DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR (#22318)
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 3ccef3130c..3b2ff4cbbf 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -782,9 +782,9 @@ and - `GRAVATAR_SOURCE`: **gravatar**: Can be `gravatar`, `duoshuo` or anything like `http://cn.gravatar.com/avatar/`. -- `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only. +- `DISABLE_GRAVATAR`: **false**: Enable this to use local avatars only. **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure. - `ENABLE_FEDERATED_AVATAR`: **false**: Enable support for federated avatars (see - [http://www.libravatar.org](http://www.libravatar.org)). + [http://www.libravatar.org](http://www.libravatar.org)). **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure. - `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`. - `AVATAR_UPLOAD_PATH`: **data/avatars**: Path to store user avatar image files. |