We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d7188 commit 39299a6Copy full SHA for 39299a6
docs/manual/other-topics/read-replication.md
@@ -5,7 +5,7 @@ Sequelize supports [read replication](https://en.wikipedia.org/wiki/Replication_
5
```js
6
const sequelize = new Sequelize('database', null, null, {
7
dialect: 'mysql',
8
- port: 3306
+ port: 3306,
9
replication: {
10
read: [
11
{ host: '8.8.8.8', username: 'read-1-username', password: process.env.READ_DB_1_PW },
0 commit comments