mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
19 lines
457 B
Go
19 lines
457 B
Go
/***************************************************
|
|
** @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
|
|
|
|
const (
|
|
DB_HOST = "localhost"
|
|
DB_PORT = "3306"
|
|
DB_USER = "root"
|
|
DB_PASSWORD = "Kyb^15273031604"
|
|
DB_BASE = "juhe_pay"
|
|
)
|