From dee5a19d36554a8f9a365efd65d13b134889bf63 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 19 Jun 2016 23:44:25 +0100 Subject: first pass at a certificate store --- server/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'server/config') diff --git a/server/config/config.go b/server/config/config.go index 0ef417f..674ceee 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -32,6 +32,7 @@ type Server struct { Port int `mapstructure:"port"` CookieSecret string `mapstructure:"cookie_secret"` HTTPLogFile string `mapstructure:"http_logfile"` + Datastore string `mapstructure:"datastore"` } // Auth holds the configuration specific to the OAuth provider. -- cgit v1.2.3