UNPKG
bd-config
Version:
latest (0.2.0)
next (2.0.1)
2.0.1
2.0.0
0.2.0
0.1.0
bd config
github.com/bdjs/bd-config
bdjs/bd-config
bd-config
/
example
/
configs
/
env
/
development.js
12 lines
(10 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
module
.
exports
= {
port
:
8080
,
path
:
'/views'
,
key
:
'map'
,
default
:
'hbs'
,
map
: {
hbs
:
'handlebars'
} }