Override json file values with environment variables docker
Assume that I've a complex json file that is used to configurate my project. Like the json below: { "apis": { "payment": { "base_url": "https://example.com/" }, "order": { "base_url": "https://example.com/" }, }, "features": { "authentication": { "authProviders": true, "registration": false…