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
/
mysql.js
7 lines
(5 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
= {
user
:
'root'
,
password
:
'password'
}