diff options
| author | horus | 2018-02-14 17:49:09 +0100 |
|---|---|---|
| committer | horus | 2018-02-14 17:49:09 +0100 |
| commit | 82472966f2d0568950c761e161b7a246fd7bd801 (patch) | |
| tree | 62d2bc254ac355c08ea704623b2a828f551a74c5 /crawler/config.go | |
| parent | 925a9075cef3e4084bd828a4631900559f695db0 (diff) | |
| download | alkobote-82472966f2d0568950c761e161b7a246fd7bd801.tar.gz | |
Bugfix. (crawler+website)
Diffstat (limited to 'crawler/config.go')
| -rw-r--r-- | crawler/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/config.go b/crawler/config.go index 2706201..f05ad18 100644 --- a/crawler/config.go +++ b/crawler/config.go @@ -69,7 +69,7 @@ func (c *Config) setsConfig() { c.DBPort = viper.GetString("DBPort") c.DBUser = viper.GetString("DBUser") c.DBPassword = viper.GetString("DBPassword") - c.DBDBName = viper.GetString("DBDBName") + c.DBDBName = viper.GetString("DBName") c.DBOptions = viper.GetString("DBOptions") c.DBPath = viper.GetString("DBPath") c.Debug = viper.GetBool("Debug") |
