UNPKG

igo

Version:

Igo is a Node.js Web Framework based on Express

10 lines (6 loc) 207 B
# 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`; ```