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