diff options
Diffstat (limited to 'server/config')
-rw-r--r-- | server/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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. |