Fixed configuration bug (using : instead of =)
This commit is contained in:
parent
62f93e5e4a
commit
b00a72fb3d
@ -18,8 +18,8 @@ comments: True
|
|||||||
newest_first: True
|
newest_first: True
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
new_comment_mail= False
|
new_comment_mail: False
|
||||||
mail_to= please@change.me!!!
|
mail_to: please@change.me!!!
|
||||||
smtp_host= localhost
|
smtp_host: localhost
|
||||||
smtp_user=
|
smtp_user:
|
||||||
smtp_pass=
|
smtp_pass:
|
||||||
|
Loading…
Reference in New Issue
Block a user