mmt-infra/group_vars/mmt.yml

9 lines
245 B
YAML
Raw Normal View History

2024-05-01 04:33:35 -04:00
---
from_email: "{{ mmt_from_email }}"
hcaptcha_secret: "{{ mmt_hcaptcha_secret }}"
smtp_server: "{{ mmt_smtp_server }}"
smtp_password: "{{ mmt_smtp_password }}"
smtp_username: "{{ mmt_smtp_username }}"
form_to_email: "{{ mmt_form_to_email }}"