...
|
...
|
@@ -30,8 +30,8 @@ func init() { |
|
|
})
|
|
|
err := redis.InitWithDb(100, beego.AppConfig.String("redis_add_port"), beego.AppConfig.String("redis_auth"), "0")
|
|
|
if err != nil {
|
|
|
log.Fatal(err)
|
|
|
panic(err)
|
|
|
log.Fatal(err,beego.AppConfig.String("redis_add_port"),beego.AppConfig.String("redis_auth"))
|
|
|
//panic(err)
|
|
|
}
|
|
|
orm.NewBeeormEngine(config.Mysql{
|
|
|
DataSource: beego.AppConfig.String("data_source"),
|
...
|
...
|
|