From ebc34ca724ebf6ccb309be2d7d8ba52c6b18de52 Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 12 Jun 2023 12:29:58 +0200 Subject: [PATCH] Change default value of `DISABLE_GRAVATAR` - See: https://codeberg.org/forgejo/forgejo/pulls/837 --- admin/config-cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/config-cheat-sheet.md b/admin/config-cheat-sheet.md index b4c24259..976a3f96 100644 --- a/admin/config-cheat-sheet.md +++ b/admin/config-cheat-sheet.md @@ -765,7 +765,7 @@ Define allowed algorithms and their minimum key length (use -1 to disable a type - `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. **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure. +- `DISABLE_GRAVATAR`: **true**: 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)). **DEPRECATED [v1.18+]** moved to database. Use admin panel to configure.