UNPKG
inodient
Version:
latest (0.9.0)
0.9.0
Summer NPM Serverside Framework
inodient
/
properties
/
db_properties.js
8 lines
(7 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports
.dbConnectionInfo = { connectionLimit:
10
, host:
"localhost"
, user:
"root"
, password:
"fern3829"
, database:
"PAT"
}