Enable avatars in forgejo
This commit is contained in:
parent
d1f3d9a2fd
commit
e99f6e0fdb
1 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,11 @@
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
picture = {
|
||||||
|
DISABLE_GRAVATAR = false;
|
||||||
|
ENABLE_FEDERATED_AVATAR = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
secrets = {
|
secrets = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue