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" +)