Skip to content

Commit

Permalink
Update db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtranoDev authored Sep 22, 2023
1 parent 6c3b030 commit ac7c1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Sequelize } = require('sequelize');
require('dotenv').config();

const URI = process.env.MYSQL_ADDON_URI;

console.log(URI);
const sequelize = new Sequelize(URI, { dialect: 'mysql', logging: false });

//The below is for local connection
Expand Down

0 comments on commit ac7c1bd

Please sign in to comment.