improve forgejo and zitadel configs
Some checks failed
Test action / Print hello world (push) Has been cancelled

This commit is contained in:
Chris Kruining 2025-08-21 14:53:28 +02:00
parent 995fdaeb1d
commit f4ff383d28
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 43 additions and 4 deletions

View file

@ -23,7 +23,8 @@ in
settings = {
DEFAULT = {
APP_NAME = "Chris' Forge";
APP_NAME = "Tamin Amarth";
APP_SLOGAN = "Where code is forged";
};
server = {
@ -112,10 +113,12 @@ in
mailer = {
ENABLED = true;
SMTP_ADDR = "smpts://smtp.black-mail.nl";
PROTOCOL = "smtp+starttls";
SMTP_ADDR = "black-mail.nl";
SMTP_PORT = 587;
FROM = "info@amarth.cloud";
USER = "amarth";
PASSWD = "/var/lib/forgejo/custom/mail_password";
USER = "info@amarth.cloud";
PASSWD = "__TODO_USE_SOPS__";
};
};
};