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
/
production.js
12 lines
(10 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
module
.
exports
= {
port
:
8000
,
path
: app.
apps
.
map
+
'/views'
,
key
:
'map'
,
default
:
'hbs'
,
map
: {
hbs
:
'handlebars'
} }