9 lines
387 B
JavaScript
9 lines
387 B
JavaScript
module.exports={
|
|
protocol:'httpall',
|
|
host:'localhost',
|
|
port:undefined,
|
|
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
|
// sslKey: '/etc/letsencrypt/live/bittic.org/privkey.pem', // ssl key file,
|
|
// sslCert: '/etc/letsencrypt/live/bittic.org/cert.pem', // ssl cert file,
|
|
// sslCA: '../SSL/ca_bundle.crt', // ssl ca file,
|
|
} |