增加数据库安全性

This commit is contained in:
ZtRXR 2023-09-02 00:43:53 +08:00
parent 2dc0a7069a
commit 62f93b1b90

View File

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