Rename HTTPS env vars

This commit is contained in:
Tankred Hase
2016-06-10 19:42:00 +02:00
parent 7a8600ae9c
commit 7ae7c6da87
4 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
},
server: {
upgradeHTTPS: process.env.UPGRADE_HTTPS || true // use HTTPS by default
httpsUpgrade: process.env.HTTPS_UPGRADE || true // use HTTPS by default
}
};