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