Jan Dittberner
a1a66b7245
- rename config block mail_server to mail_config - rename smtp server settings - move mail notification settings to mail_config - improve navigation templates - prepare routes for user management
14 lines
520 B
Text
14 lines
520 B
Text
---
|
|
database_file: database.sqlite
|
|
client_ca_certificates: cacert_class3.pem
|
|
server_certificate: server.crt
|
|
server_key: server.key
|
|
cookie_secret: base64encoded_random_byte_value_of_at_least_32_bytes
|
|
csrf_key: base64encoded_random_byte_value_of_at_least_32_bytes
|
|
mail_server:
|
|
smtp_host: localhost
|
|
smtp_port: 25
|
|
base_url: https://motions.cacert.org
|
|
notice_mail_address: cacert-board@lists.cacert.org
|
|
vote_notice_mail_address: cacert-board-votes@lists.cacert.org
|
|
notification_sender_address: returns@cacert.org
|