improve forgejo and zitadel configs
Some checks failed
Test action / Print hello world (push) Has been cancelled
Some checks failed
Test action / Print hello world (push) Has been cancelled
This commit is contained in:
parent
995fdaeb1d
commit
f4ff383d28
2 changed files with 43 additions and 4 deletions
|
@ -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__";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue