Skip to content

Commit

Permalink
fix(config): set no ssl by default (default = no certs) 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jun 8, 2019
1 parent 2d20944 commit 4c798b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = _.merge(defaultConfig, {
debug: false,
},
secure: {
ssl: true,
ssl: false,
privateKey: './config/sslcerts/key.pem',
certificate: './config/sslcerts/cert.pem',
caBundle: './config/sslcerts/cabundle.crt',
Expand Down

0 comments on commit 4c798b0

Please sign in to comment.