Skip to content

Commit ed568e5

Browse files
author
Davert
committed
=auto-updated documentation
1 parent 8b5ce59 commit ed568e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/Db.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ Check out drivers if you get problems loading dumps and cleaning databases.
5959

6060
#### Example
6161

62-
modules:
62+
modules:
6363
enabled: [Db]
6464
config:
6565
Db:
6666
dsn: 'mysql:host=localhost;dbname=testdb'
67-
username: 'root'
67+
user: 'root'
6868
password: ''
6969
dump: 'tests/_data/dump.sql'
7070
populate: true

0 commit comments

Comments
 (0)