fixed parse error w/ auto-generated toml file

This commit is contained in:
Brad 2014-06-05 12:07:24 -07:00
parent 54ccb62f00
commit 7fa5cae9d1

View file

@ -40,7 +40,7 @@ func init() {
var defaultConfig = `
# Enables user self-registration. If false, the system administrator
# will need to manually add users to the system.
registration: true
registration = true
[smtp]
host = ""