forked from Github-Mirrors/canaille
fix: typo
This commit is contained in:
parent
6ede3b75cb
commit
2909357b9c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def configuration(smtpd):
|
||||||
smtpd.config.use_starttls = True
|
smtpd.config.use_starttls = True
|
||||||
conf = {
|
conf = {
|
||||||
"SECRET_KEY": gen_salt(24),
|
"SECRET_KEY": gen_salt(24),
|
||||||
"JAVASCRIP": False,
|
"JAVASCRIPT": False,
|
||||||
"LOGO": "/static/img/canaille-head.png",
|
"LOGO": "/static/img/canaille-head.png",
|
||||||
"TIMEZONE": "UTC",
|
"TIMEZONE": "UTC",
|
||||||
"ACL": {
|
"ACL": {
|
||||||
|
|
Loading…
Reference in a new issue