From e158191e74d04c1081687348ed79fcbb61cd9ba5 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 29 May 2016 00:27:36 +0100 Subject: Remove unneeded template_dir --- server/config/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'server/config/config.go') diff --git a/server/config/config.go b/server/config/config.go index 8922ff6..7598f0a 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -20,7 +20,6 @@ type Server struct { TLSCert string `mapstructure:"tls_cert"` Port int `mapstructure:"port"` CookieSecret string `mapstructure:"cookie_secret"` - TemplateDir string `mapstructure:"template_dir"` } // Auth holds the configuration specific to the OAuth provider. -- cgit v1.2.3