ansible-role-plausible/templates/env.mail.conf.j2
Laur Ivan 7c674a8891 Add clickhouse config.
Update tasks.
Add email config.
Better docker-compose.
2022-09-22 07:50:00 +02:00

4 lines
163 B
Django/Jinja

RELAY_HOST={{ plausible_smtp_host }}
RELAY_PORT={{ plausible_smtp_port }}
RELAY_USERNAME={{ plausible_smtp_username }}
RELAY_PASSWORD={{ plausible_smtp_password }}