From 2d8b98bcda985c019ce588cb36ccc5eae0e89069 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 15:17:50 +0800 Subject: [PATCH] fix: encrypt db password in config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 68da367..e62d87e 100644 --- a/conf/config.json +++ b/conf/config.json @@ -13,7 +13,7 @@ "host": "127.0.0.1", "port": 3306, "user": "test", - "password": "test123", + "password": "1fN6G2pwnHzV21ip/ZEM6Q==", "db": "pccs", "charset": "utf8mb4", "minsize": 2,