UNPKG
hackdoor
Version:
latest (1.0.0)
1.0.0
##
hackdoor
/
config.js
14 lines
(13 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
root:
process.cwd()
,
hostname:
'127.0.0.1'
,
port:
3333
,
compressRule:
/\.(html|css|js)/
,
cache:
{
maxAge:
600
,
expires:
true
,
cacheControl:
true
,
lastModified:
true
,
etag:
true
} }