remove DEPRECATED (v1.18+) options
see docs: https://docs.gitea.com/administration/config-cheat-sheet#picture-picture remove option `DISABLE_GRAVATAR` remove option `ENABLE_FEDERATED_AVATAR`
This commit is contained in:
@@ -179,8 +179,6 @@ REPOSITORY_AVATAR_FALLBACK = none
|
||||
REPOSITORY_AVATAR_FALLBACK_IMAGE = /img/repo_default.png
|
||||
AVATAR_MAX_WIDTH = 4096
|
||||
AVATAR_MAX_HEIGHT = 4096
|
||||
DISABLE_GRAVATAR = true
|
||||
ENABLE_FEDERATED_AVATAR = false
|
||||
|
||||
[attachment]
|
||||
ENABLED = true
|
||||
@@ -0,0 +1,3 @@
|
||||
# TODO
|
||||
|
||||
- [ ] Fix error `The detected web site URL is "http://127.0.0.1:3000/", it's unlikely matching the site config.`
|
||||
Reference in New Issue
Block a user