Which files should be synced across environments? It's important that local configurations like connection strings towards external systems are not overwritten.
I have noticed that environmental variables are added in the flow.json file together with the value.
This completely beats the purpose as transporting the flow.json file will reset the values!
So what is the correct approach to make sure the connection details are seperated from the developments itself to ensure easy transport?
I get that, but the concept of environmental variables is that the values behind the variables are seperated from the process. So either the terminology is out of place when it comes to defining these on flow level, or they should be seperated from the flow file.