diff options
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yaml.example b/config.yaml.example index d24977e..fac503d 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -4,4 +4,5 @@ notice_sender_address: cacert-board-votes@lists.cacert.org database_file: database.sqlite client_ca_certificates: cacert_class3.pem server_certificate: server.crt -server_key: server.key
\ No newline at end of file +server_key: server.key +cookie_secret: base64encoded_random_byte_value_of_at_least_32_bytes
\ No newline at end of file |