forked from DGNum/infrastructure
fix: mastodon smtp setup bis
This commit is contained in:
parent
b26d9f752e
commit
1b29118b98
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,7 @@ in
|
|||
|
||||
localDomain = host;
|
||||
smtp = {
|
||||
fromAddress = "social@services.dgnum.eu";
|
||||
createLocally = false;
|
||||
fromAddress = "noreply@infra.dgnum.eu";
|
||||
host = "kurisu.lahfa.xyz";
|
||||
port = 465;
|
||||
user = "web-services@infra.dgnum.eu";
|
||||
|
@ -27,6 +26,8 @@ in
|
|||
# LOCAL_DOMAIN = "dgnum.eu";
|
||||
WEB_DOMAIN = host;
|
||||
|
||||
SMTP_TLS = "true";
|
||||
|
||||
RAILS_LOG_LEVEL = "warn";
|
||||
|
||||
# ObjectStorage configuration
|
||||
|
|
Loading…
Reference in a new issue