From 449f1e607e012251d323dc5394d772966bbceeb3 Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sat, 29 Aug 2026 23:15:38 +0800 Subject: [PATCH] =?UTF-8?q?security:=20config.json=20=E5=87=AD=E6=8D=AE?= =?UTF-8?q?=E6=94=B9=E5=8D=A0=E4=BD=8D=E7=AC=A6=EF=BC=88=E7=9C=9F=E5=AE=9E?= =?UTF-8?q?=E5=87=AD=E6=8D=AE=E5=8F=AA=E5=9C=A8=E9=83=A8=E7=BD=B2=E6=9C=BA?= =?UTF-8?q?=20.env=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/conf/config.json b/conf/config.json index 127c379..389a8bc 100644 --- a/conf/config.json +++ b/conf/config.json @@ -4,7 +4,7 @@ "port": 9380, "title": "唤景平台世界模式" }, - "password_key": "scense_test_env_key", + "password_key": "", "logger": { "name": "scense", "level": "INFO", @@ -15,12 +15,13 @@ "scense": { "driver": "mysql", "kwargs": { - "host": "localhost", - "port": 3306, - "user": "test", - "password": "Kj2wTl+LYpPtDSk3B01U7w==", + "host": "", + "port": "", + "user": "", + "password": "", "charset": "utf8mb4", - "db": "scense" + "db": "scense", + "database": "" } } },