fixing
This commit is contained in:
parent
6585520af7
commit
f36594266c
2 changed files with 91 additions and 83 deletions
|
|
@ -51,7 +51,7 @@ export const AppDataSource = new DataSource({
|
|||
password: process.env.DB_PASSWORD,
|
||||
connectorPackage: "mysql2",
|
||||
synchronize: false,
|
||||
timezone: "Z", // "Z" = UTC
|
||||
// timezone: "Z", // "Z" = UTC
|
||||
logging: ["query", "error"],
|
||||
entities:
|
||||
process.env.NODE_ENV !== "production"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue