mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-29 10:22:37 +02:00
📝 — Add an example of mail conf in config-example.yaml
This commit is contained in:
parent
ec97d98231
commit
d629b4bd0c
1 changed files with 13 additions and 0 deletions
|
@ -10,6 +10,19 @@ general:
|
||||||
- local
|
- local
|
||||||
unknown:
|
unknown:
|
||||||
- local
|
- 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:
|
service:
|
||||||
secrets:
|
secrets:
|
||||||
# Secrets can be generated using `openssl rand -base64 32`.
|
# Secrets can be generated using `openssl rand -base64 32`.
|
||||||
|
|
Loading…
Reference in a new issue