UNPKG

steplix-config

Version:

Steplix Config is a Node.js configuration helper.

7 lines (5 loc) 113 B
'use strict'; module.exports = { host: process.env.HOST || '0.0.0.0', port: process.env.PORT || 8080 };