UNPKG

207 BMarkdownView Raw
1
2# Configuration
3
4Igo configuration is defined in `/app/config.js` file.
5
6The configuration is initialized at startup, and can be retrieved through igo module:
7```js
8var config = require('igo').config`;
9```