Hello I installed meltano and have my first extractions working - My question is as we have different environments and for example for salesforce there are different instance urls and users for each environment.
What is the best solution for having this dynamic per environment - I'm setting up the environment via ansible and make a dynamic deployment with the secrets from a secrets manager. The best solution would be for me to put it also in the .env where the passwords are but it seems that is not possible. Is there another method to have dynamic configuration for each environment dev,test,prod ?