chore: no logs
This commit is contained in:
parent
22e6470ab8
commit
6fadb45b33
|
@ -18,10 +18,11 @@ export async function createDatabaseConnection() {
|
|||
const sequelize = new Sequelize({
|
||||
database: MYSQL_DATABASE,
|
||||
dialect: 'mysql',
|
||||
username: MYSQL_USER,
|
||||
host: MYSQL_HOST,
|
||||
logging: false,
|
||||
password: MYSQL_PASSWORD,
|
||||
port: MYSQL_PORT,
|
||||
username: MYSQL_USER,
|
||||
});
|
||||
Models.filter((Model) => Model.attributes).forEach((Model) => {
|
||||
Model.init(Model.attributes, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user