合并一些变量

This commit is contained in:
kongyuebin
2021-11-11 22:00:24 +08:00
parent ba02a72f55
commit 0bb777213b
3 changed files with 8 additions and 29 deletions

View File

@@ -13,6 +13,3 @@ dbbase = juhe_pay
[gateway]
host = http://localhost:12309/
#orderUrl = http://localhost:12309/gateway/supplier/order/query
#updateOrderUrl = http://localhost:12309/gateway/update/order
#payforUrl = http://localhost:12309/gateway/update/order

View File

@@ -1,18 +0,0 @@
/***************************************************
** @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"
)