ConfigSys => ConfigBasic, ConfigUser => ConfigCustom

This commit is contained in:
luk.lu
2018-12-25 15:21:02 +08:00
parent eb0b985a9d
commit 6944326187
3 changed files with 7 additions and 7 deletions

9
ConfigBasic.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports={
protocol:'http',
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,
}