dongfeng-pay/service/conf/config.go

19 lines
464 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
//const (
// DB_HOST = "localhost"
// DB_PORT = "3306"
// DB_USER = "root"
// DB_PASSWORD = ""
2019-12-19 16:43:20 +08:00
// DB_BASE = "dongfeng-pay_pay"
2019-12-19 14:47:58 +08:00
//)