Add task to check configuration file syntax.

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-18 09:33:03 -03:00
parent 2c0ca78265
commit f89f704a69
5 changed files with 79 additions and 4 deletions

View File

@@ -104,6 +104,11 @@ Type `git status` to see your changes, if there are any, you can reset them with
1. Duplicate `config/config.js.sample` to `config/config.js`. **Note:** If you used the installer script. This step is already done for you.
2. Modify your required settings.
Note: You'll can check your configuration running the follow command:
```bash
npm run config:check
```
The following properties can be configured:
| **Option** | **Description** |