<!-- Start Config.js -->
# [Config.js](Config.js)
Config object to make config parameters available within the zland.
Example:
```javascript
// get top level param
Config.get('debug');
// get nested params
Config.get('test.test');
```
<!-- End Config.js -->