summaryrefslogtreecommitdiff
path: root/crawler
diff options
context:
space:
mode:
authorhorus2018-02-14 17:49:09 +0100
committerhorus2018-02-14 17:49:09 +0100
commit82472966f2d0568950c761e161b7a246fd7bd801 (patch)
tree62d2bc254ac355c08ea704623b2a828f551a74c5 /crawler
parent925a9075cef3e4084bd828a4631900559f695db0 (diff)
downloadalkobote-82472966f2d0568950c761e161b7a246fd7bd801.tar.gz
Bugfix. (crawler+website)
Diffstat (limited to 'crawler')
-rw-r--r--crawler/config.go2
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")