This is a special configuration file. It lets you specify various options that you would usually pass as arguments to CLI. Some scenarios where you can use it.
This is a special configuration file. It lets you specify following options that you would usually pass as arguments to CLI:
-`env`: The environment to run the command in
-`config`: The path to the config file
-`options-path`: The path to a JSON file with additional options
-`migrations-path`: The path to the migrations folder
-`seeders-path`: The path to the seeders folder
-`models-path`: The path to the models folder
-`url`: The database connection string to use. Alternative to using --config files
-`debug`: When available show various debug information
Some scenarios where you can use it.
- You want to override default path to `migrations`, `models`, `seeders` or `config` folder.
- You want to override default path to `migrations`, `models`, `seeders` or `config` folder.
- You want to rename `config.json` to something else like `database.json`
- You want to rename `config.json` to something else like `database.json`