From 0530e96eb3a356a81f322d4d747d0e370bcd3287 Mon Sep 17 00:00:00 2001 From: kongyuebin <447206051@qq.com> Date: Thu, 19 Dec 2019 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/conf/config.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/service/conf/config.go b/service/conf/config.go index e32eecf..d168448 100644 --- a/service/conf/config.go +++ b/service/conf/config.go @@ -9,10 +9,10 @@ ****************************************************/ package conf -//const ( -// DB_HOST = "localhost" -// DB_PORT = "3306" -// DB_USER = "root" -// DB_PASSWORD = "" -// DB_BASE = "dongfeng-pay_pay" -//) +const ( + DB_HOST = "localhost" + DB_PORT = "3306" + DB_USER = "root" + DB_PASSWORD = "" + DB_BASE = "pay_pay" +)