loopback-ssl icon indicating copy to clipboard operation
loopback-ssl copied to clipboard

Loopback-ssl doesn't work with config.env.json

Open blackbeario opened this issue 5 years ago • 1 comments

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.

blackbeario avatar Mar 20 '19 17:03 blackbeario

It is working in my case. Are you using the command: NODE_ENV=production npm start ?

felixOvianet avatar Nov 05 '19 09:11 felixOvianet