chore!: add dialetic env to database config file

This commit is contained in:
canove
2020-10-12 16:31:52 -03:00
parent 338ee9f5b8
commit caf0623761
2 changed files with 2 additions and 1 deletions

View File

@@ -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,