Skip to content

Commit

Permalink
chore: better example
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Feb 28, 2024
1 parent dadad2f commit 418bf93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Sequelize } from "sequelize";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const client = new Sequelize({
dialect: "mariadb",
host: "...",
password: "PaswordAmAn123###",
username: "TzyMantuv",
port: 6969
host: "localhost",
password: "youshallnotpass",
username: "root",
port: 3306,
});

0 comments on commit 418bf93

Please sign in to comment.