From deea79c010ec7db7a374f23ca5cdabc6e45433db Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 17 Apr 2019 12:00:41 +0200 Subject: Typo --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index adbcb14..cc4a366 100644 --- a/config.go +++ b/config.go @@ -27,7 +27,7 @@ type Config struct { func (c *Config) parseConfig(configFile string) { viper.SetDefault("DB_Driver", "mysql") - viper.SetDefault("DB_DBName", "alkobote") + viper.SetDefault("DB_DBName", "ghrss") viper.SetDefault("DB_Host", "localhost") viper.SetDefault("DB_Port", "3306") -- cgit v1.2.3