fix: encrypt db password in config.json

This commit is contained in:
yumoqing 2026-08-11 15:17:50 +08:00
parent 6bca07f4a6
commit 2d8b98bcda

View File

@ -13,7 +13,7 @@
"host": "127.0.0.1",
"port": 3306,
"user": "test",
"password": "test123",
"password": "1fN6G2pwnHzV21ip/ZEM6Q==",
"db": "pccs",
"charset": "utf8mb4",
"minsize": 2,