UNPKG
steplix-config
Version:
latest (0.0.2)
0.0.2
0.0.1
Steplix Config is a Node.js configuration helper.
gitlab.com/steplix/SteplixConfig
steplix-config
/
tests
/
config
/
server.js
7 lines
(5 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
= {
host
: process.
env
.
HOST
||
'0.0.0.0'
,
port
: process.
env
.
PORT
||
8080
};