diff options
| author | horus | 2019-04-17 12:00:41 +0200 |
|---|---|---|
| committer | horus | 2019-04-17 12:00:41 +0200 |
| commit | deea79c010ec7db7a374f23ca5cdabc6e45433db (patch) | |
| tree | b8201529610d6ae75d17612e949673231e7cd131 /config.go | |
| parent | 6a771c754a9ede42fa9bff743087510a2168cf59 (diff) | |
| download | ghrss-deea79c010ec7db7a374f23ca5cdabc6e45433db.tar.gz | |
Typo
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") |
