配置文件更改

This commit is contained in:
kongyuebin 2019-12-19 17:00:52 +08:00
parent 9bdbadc19c
commit 0530e96eb3
1 changed files with 7 additions and 7 deletions

View File

@ -9,10 +9,10 @@
****************************************************/
package conf
//const (
// DB_HOST = "localhost"
// DB_PORT = "3306"
// DB_USER = "root"
// DB_PASSWORD = ""
// DB_BASE = "dongfeng-pay_pay"
//)
const (
DB_HOST = "localhost"
DB_PORT = "3306"
DB_USER = "root"
DB_PASSWORD = ""
DB_BASE = "pay_pay"
)