Don't force HTTPS by default in production

koa-l10n
Tankred Hase 2016-06-10 20:04:52 +02:00
parent 1b50081d47
commit fdae73bf38
1 changed files with 0 additions and 4 deletions

View File

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