fix(forgejo): update email address

This commit is contained in:
Ivan R. 2024-03-12 22:56:22 +05:00
parent 865a7947e1
commit b8eeb0d527
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -15,7 +15,7 @@
PROTOCOL = "smtps";
SMTP_ADDR = "comfycamp.space";
SMTP_PORT = 465;
USER = "git@comfycamp.space";
USER = "forgejo@comfycamp.space";
};
};
mailerPasswordFile = "/var/lib/secrets/forgejo/mail.txt";