fix: typo

This commit is contained in:
Éloi Rivard 2023-08-16 17:34:53 +02:00
parent 6ede3b75cb
commit 2909357b9c
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -62,7 +62,7 @@ def configuration(smtpd):
smtpd.config.use_starttls = True
conf = {
"SECRET_KEY": gen_salt(24),
"JAVASCRIP": False,
"JAVASCRIPT": False,
"LOGO": "/static/img/canaille-head.png",
"TIMEZONE": "UTC",
"ACL": {