diff options
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.yaml.example b/config.yaml.example index f5da83d..f971540 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -7,4 +7,6 @@ server_certificate: server.crt server_key: server.key cookie_secret: base64encoded_random_byte_value_of_at_least_32_bytes base_url: https://motions.cacert.org -mail_server: localhost:smtp
\ No newline at end of file +mail_server: + host: localhost + port: 25
\ No newline at end of file |