mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
7 lines
304 B
YAML
7 lines
304 B
YAML
openproject_settings:
|
|
email_delivery_method: "smtp"
|
|
smtp_address: "{{ system_email.host }}"
|
|
smtp_domain: "{{ system_email.domain }}"
|
|
smtp_user_name: "{{ system_email.username }}"
|
|
smtp_password: "{{ system_email.password }}"
|
|
smtp_ssl: false |