Skip to content
Snippets Groups Projects
Commit 300a8d82 authored by Varac's avatar Varac
Browse files

Merge branch '620-configure-wordpress-to-send-out-email-notifications' into 'master'

Resolve "Configure wordpress to send out email notifications"

Closes #620

See merge request openappstack/openappstack!560
parents d3346201 133f5f5c
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,14 @@ data:
role_mapping_enabled: true
role_key: openappstack_roles
smtp_settings:
enabled: ${outgoing_mail_enabled}
smtp_user: "${outgoing_mail_smtp_user}"
smtp_pass: "${outgoing_mail_smtp_password}"
smtp_host: "${outgoing_mail_smtp_host}"
smtp_from: "${outgoing_mail_smtp_user}"
smtp_port: "${outgoing_mail_smtp_port}"
database:
auth:
username: wordpress
......
......@@ -14,4 +14,4 @@ spec:
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.4.0
tag: 0.4.1
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