mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'databases' documentation: 'pg_db' -> 'my_db'.
This commit is contained in:
parent
622f4f399c
commit
fcd64342fd
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue