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

Commit 0bc6d638 by Niyobe Committed by Sushant

docs(migrations): explain config relation with node_env (#11194)

1 parent aede2b48
Showing with 1 additions and 1 deletions
...@@ -59,7 +59,7 @@ Before continuing further we will need to tell CLI how to connect to database. T ...@@ -59,7 +59,7 @@ Before continuing further we will need to tell CLI how to connect to database. T
} }
``` ```
Now edit this file and set correct database credentials and dialect. Now edit this file and set correct database credentials and dialect. The keys of the objects(ex. "development") are used on `model/index.js` for matching `process.env.NODE_ENV` (When undefined, "development" is a default value.).
**Note:** _If your database doesn't exists yet, you can just call `db:create` command. With proper access it will create that database for you._ **Note:** _If your database doesn't exists yet, you can just call `db:create` command. With proper access it will create that database for you._
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!