mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
chore!: add dialetic env to database config file
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
charset: "utf8mb4",
|
||||
collate: "utf8mb4_bin"
|
||||
},
|
||||
dialect: "mysql",
|
||||
dialect: process.env.DB_DIALECT,
|
||||
timezone: "-03:00",
|
||||
host: process.env.DB_HOST,
|
||||
database: process.env.DB_NAME,
|
||||
|
||||
Reference in New Issue
Block a user