修改消息队列

This commit is contained in:
kongyuebin
2020-11-17 12:17:40 +08:00
parent 8d4382cc82
commit 314d69b49e
5 changed files with 8 additions and 8 deletions

View File

@@ -10,9 +10,9 @@
package conf
const (
DB_HOST = "localhost"
DB_HOST = "rm-z7fchopj.mysql.rds.aliyuncs.com"
DB_PORT = "3306"
DB_USER = "root"
DB_PASSWORD = ""
DB_BASE = "pay_pay"
DB_USER = "dongfeng"
DB_PASSWORD = "UekR24BwfKx&^E5bcq43f"
DB_BASE = "dongfeng"
)