fix: mastodon smtp setup bis

This commit is contained in:
sinavir 2024-04-20 15:10:40 +02:00
parent b26d9f752e
commit 1b29118b98

View file

@ -9,8 +9,7 @@ in
localDomain = host; localDomain = host;
smtp = { smtp = {
fromAddress = "social@services.dgnum.eu"; fromAddress = "noreply@infra.dgnum.eu";
createLocally = false;
host = "kurisu.lahfa.xyz"; host = "kurisu.lahfa.xyz";
port = 465; port = 465;
user = "web-services@infra.dgnum.eu"; user = "web-services@infra.dgnum.eu";
@ -27,6 +26,8 @@ in
# LOCAL_DOMAIN = "dgnum.eu"; # LOCAL_DOMAIN = "dgnum.eu";
WEB_DOMAIN = host; WEB_DOMAIN = host;
SMTP_TLS = "true";
RAILS_LOG_LEVEL = "warn"; RAILS_LOG_LEVEL = "warn";
# ObjectStorage configuration # ObjectStorage configuration