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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue