fixed parse error w/ auto-generated toml file
This commit is contained in:
parent
54ccb62f00
commit
7fa5cae9d1
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in a new issue