feat: kanboard test

This commit is contained in:
Nick 2025-06-10 16:30:18 -05:00
parent 2b368d76e8
commit 3fad9b2f7a

View file

@ -22,7 +22,7 @@ in
settings = { settings = {
MAIL_FROM = service.email.address0; MAIL_FROM = service.email.address0;
# HTTP_PROXY_HOSTNAME = host; # HTTP_PROXY_HOSTNAME = host;
HTTP_PROXY_PORT = service.ports.poract0; HTTP_PROXY_PORT = service.ports.port0;
MAIL_TRANSPORT = "smtp"; MAIL_TRANSPORT = "smtp";
MAIL_SMTP_HOSTNAME = smtp.hostname; MAIL_SMTP_HOSTNAME = smtp.hostname;
MAIL_SMTP_PORT = smtp.ports.port0; MAIL_SMTP_PORT = smtp.ports.port0;