I've a nodejs application which connect to mssql using the connection string defined in a json file. Different environment will connect to different db.
In minishift, what is the proper way to pass the json config file to different container at runtime?
Regards, nww