diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-07 12:39:57 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-07 12:39:57 +0200 |
commit | b00a72fb3d5d4938eda4348d8f417f50db1eece2 (patch) | |
tree | a7e68e62832ead205c1c698067d1ddae54022cf6 /configuration | |
parent | 62f93e5e4acbd55060a219813e2897fcb7e1305f (diff) |
Fixed configuration bug (using : instead of =)
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configuration b/configuration index 43fbfa6..5e0f453 100644 --- a/configuration +++ b/configuration @@ -18,8 +18,8 @@ comments: True newest_first: True [smtp] -new_comment_mail= False -mail_to= please@change.me!!! -smtp_host= localhost -smtp_user= -smtp_pass= +new_comment_mail: False +mail_to: please@change.me!!! +smtp_host: localhost +smtp_user: +smtp_pass: |