UNPKG
rest-express
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
A rest api framework based on express.
github.com/hstarorg/rest-express
hstarorg/rest-express
rest-express
/
examples
/
config.js
14 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
dbConfig:
config
=
{
user:
'acctdbo'
,
password:
'4Acct2Dev'
,
server:
'10.1.25.28'
,
port:
41433
,
database:
'APIPortal'
,
pool:
{
max:
50
,
min:
0
,
idleTimeoutMillis:
30
*
1000
} } }
;