📝 — Add an example of mail conf in config-example.yaml

This commit is contained in:
Luc Didry 2023-11-30 16:51:45 +01:00
parent ec97d98231
commit d629b4bd0c
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -10,6 +10,19 @@ general:
- local
unknown:
- local
# mail:
# mailfrom: no-reply@example.org
# host: 127.0.0.1
# port: 25
# ssl: False
# starttls: False
# auth:
# login: foo
# password: bar
# addresses:
# - foo@admin.example.org
# - bar@admin.example.org
service:
secrets:
# Secrets can be generated using `openssl rand -base64 32`.