From 7fa5cae9d1f583660e016d2165179880d409b257 Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 5 Jun 2014 12:07:24 -0700 Subject: [PATCH] fixed parse error w/ auto-generated toml file --- server/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/conf.go b/server/conf.go index 2dcd416d..77fabfea 100644 --- a/server/conf.go +++ b/server/conf.go @@ -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 = ""