Skip to content
Snippets Groups Projects
Unverified Commit 176dc79e authored by Varac's avatar Varac
Browse files

Fix nextcloud from address

parent 1f424bca
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ spec:
password: "${nextcloud_password}"
mail:
enabled: ${outgoing_mail_enabled}
fromAddress: "${outgoing_mail_from_address}"
fromAddress: "${outgoing_mail_from_local_part}"
domain: "${outgoing_mail_domain}"
smtp:
host: "${outgoing_mail_smtp_host}"
......
......@@ -6,6 +6,7 @@ admin_email=admin@example.org
# Outgoing mail: even though we disable it, we need values for them, because
# Kustomize still wants to substitute them.
outgoing_mail_enabled=false
outgoing_mail_from_local_part=admin
outgoing_mail_from_address=admin@example.org
outgoing_mail_domain=oas.example.org
outgoing_mail_smtp_password=CHANGEME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment