
# Configuration

Igo configuration is defined in `/app/config.js` file.

The configuration is initialized at startup, and can be retrieved through igo module:
```js
var config = require('igo').config`;
```
