Fix typo in 'databases' documentation: 'pg_db' -> 'my_db'.

This commit is contained in:
Blake Smith 2019-03-11 04:40:01 -05:00 committed by Jeb Rosen
parent 622f4f399c
commit fcd64342fd
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@
//! sqlite_db = { url = "db.sqlite" }
//!
//! # Option 2:
//! [global.databases.pg_db]
//! url = "mysql://root:root@localhost/pg_db"
//! [global.databases.my_db]
//! url = "mysql://root:root@localhost/my_db"
//!
//! # With a `pool_size` key:
//! [global.databases]