[server.js] remove greenlock; 补充完整 httpall 时也启动 http; [config.js] 默认在开发环境下 http 模式

This commit is contained in:
Luk Lu
2019-09-24 11:04:41 +08:00
parent 2d262ed94c
commit 01c0633368
3 changed files with 28 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
port: 80,
protocol: 'httpall',
host: 'localhost',
sslType: 'file'
};
protocol: 'http', // by default http for development. Please change to https in configSec.js for production.
host: 'server.fiv.tacever.org',
// sslType: 'file'
}