ansible-base/roles/mas/templates/config-email.json.j2
2024-10-17 21:08:13 +02:00

8 lines
156 B
Django/Jinja

{
"email": {
"from": "Authentication Service <root@localhost>",
"reply_to": "Authentication Service <root@localhost>",
"transport": "blackhole"
}
}