增加数据库安全性

This commit is contained in:
ZtRXR 2023-09-02 00:43:53 +08:00
parent 2dc0a7069a
commit 62f93b1b90
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const AppDataSource = new DataSource({
password: "ZengtudorRXR2008",
// password: "Zengtudor",
database: "hot",
synchronize: true,
synchronize: false,
logging: false,
entities: [Search,Hot,Web,Times],
migrations: [],