projects
/
websub-hub
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
track topic update history
[websub-hub]
/
bin
/
dumpConfig.js
1
'use strict'
;
2
3
const
Config
=
require
(
'../config'
);
4
const
config
=
new
Config
(
process
.
env
.
NODE_ENV
);
5
6
console
.
log
(
config
);