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": "" } } },