dongfeng-pay/agent/conf/config.go

19 lines
457 B
Go
Raw Normal View History

2019-12-19 14:47:58 +08:00
/***************************************************
** @Desc : This file for ...
** @Time : 2019/10/26 15:30
** @Author : yuebin
** @File : conf_pro
** @Last Modified by : yuebin
** @Last Modified time: 2019/10/26 15:30
** @Software: GoLand
****************************************************/
package conf
2019-12-19 17:00:52 +08:00
const (
2021-04-27 15:33:49 +08:00
DB_HOST = "localhost"
2019-12-19 17:00:52 +08:00
DB_PORT = "3306"
2021-04-27 15:33:49 +08:00
DB_USER = "root"
DB_PASSWORD = "Kyb^15273031604"
DB_BASE = "juhe_pay"
2019-12-19 17:00:52 +08:00
)