I have made the datasources.integration.json environment file along with datasources.json file
When I run the command NODE_ENV=integration node .
I get an error for a table which is in localhost, which means loopback is falling back to the default datasources.json
I am clueless as to why it is not taking the settings from datasources.integration.json?