The settings.json file is created automatically when you start echo, it contains all of the information needed specifically for your platform and computer.
We have a few instances where you can modify your settings.json file to add or remove specific features.
To add Matrox Monarch support:
Add:
"matrox_folder": "V:/SHAREDFOLDER"
"matrox_timeout": 3000
To disable iPad uploading: (Requires: 2.15.7 or greater)
Add:
"disable_uploads": true
When you look at the final .json file, you need to make sure each property line has a ( , ) at the end, except the final one. For example: