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

Commit 0c447227 by Martin Committed by Jan Aagaard Meier

Fix error in docs (#10826)

1 parent 379b56c8
Showing with 1 additions and 1 deletions
...@@ -52,7 +52,7 @@ Before continuing further we will need to tell CLI how to connect to database. T ...@@ -52,7 +52,7 @@ Before continuing further we will need to tell CLI how to connect to database. T
"production": { "production": {
"username": "root", "username": "root",
"password": null, "password": null,
"database": "database_test", "database": "database_production",
"host": "127.0.0.1", "host": "127.0.0.1",
"dialect": "mysql" "dialect": "mysql"
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!