mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
working
This commit is contained in:
9
backend/util/database.js
Normal file
9
backend/util/database.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const Sequelize = require("sequelize");
|
||||
|
||||
const sequelize = new Sequelize("econo_whatsbot", "root", "nodecomplete", {
|
||||
dialect: "mysql",
|
||||
host: "localhost",
|
||||
logging: false,
|
||||
});
|
||||
|
||||
module.exports = sequelize;
|
||||
Reference in New Issue
Block a user