Don't force HTTPS by default in production
This commit is contained in:
@@ -2,10 +2,6 @@ module.exports = {
|
||||
|
||||
log: {
|
||||
level: 'error'
|
||||
},
|
||||
|
||||
server: {
|
||||
httpsUpgrade: process.env.HTTPS_UPGRADE || true // use HTTPS by default
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user