mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 20:49:57 +08:00
修改消息队列
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user