Don't force HTTPS by default in production

This commit is contained in:
Tankred Hase 2016-06-10 20:04:52 +02:00
parent 1b50081d47
commit fdae73bf38

View File

@ -2,10 +2,6 @@ module.exports = {
log: {
level: 'error'
},
server: {
httpsUpgrade: process.env.HTTPS_UPGRADE || true // use HTTPS by default
}
};