From 02bbd0832ef720859a1af46de901100c2fa6e807 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 27 Dec 2023 12:48:50 +0800 Subject: [PATCH] fix --- config/sys-prod.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys-prod.config b/config/sys-prod.config index ac843de..acdf0b9 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -49,10 +49,10 @@ [ {host, {172, 30, 6, 182}}, {port, 3306}, - {user, "root"}, + {user, "nannonguser"}, {connect_mode, lazy}, {keep_alive, true}, - {password, "nnpwd@Fe7w"}, + {password, "nannong@Fe7w"}, {database, "nannong"}, {queries, [<<"set names utf8">>]} ]