mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-10-15 09:07:59 +08:00
由gopath形式改为module
This commit is contained in:
5
microservice/conf/app.conf
Normal file
5
microservice/conf/app.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
appname = jhmicro
|
||||
httpport = 8010
|
||||
runmode = dev
|
||||
|
||||
mysql = dljjj
|
18
microservice/conf/config.go
Normal file
18
microservice/conf/config.go
Normal file
@@ -0,0 +1,18 @@
|
||||
/***************************************************
|
||||
** @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"
|
||||
)
|
Reference in New Issue
Block a user