This commit is contained in:
syuilo 2017-11-28 14:57:02 +09:00
parent 66e76d9aa2
commit 5f4f046cd6

View file

@ -45,7 +45,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
res({
maintainer: config.maintainer,
version: version,
secure: config.https.enable,
secure: config.https != null,
machine: os.hostname(),
os: os.platform(),
node: process.version,