loopback-ssl
loopback-ssl copied to clipboard
Loopback-ssl doesn't work with config.env.json
Need to make loopback-ssl recognize the correct config file based on env settings. Currently, it seems it will only recognize config.json and not config.test.json, config.staging.json, or config.production.json.
It is working in my case.
Are you using the command: NODE_ENV=production npm start
?