Commit 08b0e2d4 by Li Feifei

Update utils.go

parent fd424e67
Pipeline #9589 passed with stages
in 23 seconds
...@@ -68,6 +68,10 @@ func init() { ...@@ -68,6 +68,10 @@ func init() {
DBHost: os.Getenv("write_sql"), DBHost: os.Getenv("write_sql"),
DBuser: os.Getenv("write_user"), DBuser: os.Getenv("write_user"),
DBpass: os.Getenv("write_pass"), DBpass: os.Getenv("write_pass"),
DBPort: "3306",
DBname: "xyu",
Driver: "mysql",
DBcharset: "utf8",
Port: 5672, Port: 5672,
ConfFilePath: "conf/rmq.conf", ConfFilePath: "conf/rmq.conf",
ReconnectionTime: 10 * time.Second, ReconnectionTime: 10 * time.Second,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment