Skip to content

Commit

Permalink
fixed: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eustahc committed Jul 19, 2024
1 parent 01177d2 commit 51987d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/sql.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const ENV = require("./environments");

const sequelize = new Sequelize(ENV.DATABASE_NAME, ENV.DATABASE_USER, ENV.DATABASE_PASS, {
host: ENV.DATABASE_HOST,
port: ENV.DATABASE_PORT,
dialect: ENV.DATABASE_TYPE,
logging: false
});
Expand Down

0 comments on commit 51987d3

Please sign in to comment.