fix: mastodon smtp setup bis
Some checks failed
build configuration / build_rescue01 (push) Waiting to run
build configuration / push_to_cache (push) Blocked by required conditions
lint / check (push) Waiting to run
build configuration / build_vault01 (push) Has been cancelled
build configuration / build_compute01 (push) Has been cancelled
build configuration / build_web01 (push) Has been cancelled
build configuration / build_web02 (push) Has been cancelled
build configuration / build_storage01 (push) Has been cancelled
Some checks failed
build configuration / build_rescue01 (push) Waiting to run
build configuration / push_to_cache (push) Blocked by required conditions
lint / check (push) Waiting to run
build configuration / build_vault01 (push) Has been cancelled
build configuration / build_compute01 (push) Has been cancelled
build configuration / build_web01 (push) Has been cancelled
build configuration / build_web02 (push) Has been cancelled
build configuration / build_storage01 (push) Has been cancelled
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