不要怂,就是干,撸起袖子干!

Commit 39299a63 by Selenium39 Committed by GitHub

docs(read-replication.md): fix typo (#13179)

Co-authored-by: Selenium39 <a895484122@gmail.com>
Co-authored-by: wantao <wan.tao@cn.ricoh.com>
1 parent d0d71887
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ Sequelize supports [read replication](https://en.wikipedia.org/wiki/Replication_ ...@@ -5,7 +5,7 @@ Sequelize supports [read replication](https://en.wikipedia.org/wiki/Replication_
```js ```js
const sequelize = new Sequelize('database', null, null, { const sequelize = new Sequelize('database', null, null, {
dialect: 'mysql', dialect: 'mysql',
port: 3306 port: 3306,
replication: { replication: {
read: [ read: [
{ host: '8.8.8.8', username: 'read-1-username', password: process.env.READ_DB_1_PW }, { host: '8.8.8.8', username: 'read-1-username', password: process.env.READ_DB_1_PW },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!