My main issue is the code deployment to multiple environments from dev, if i deploy direcely form DEV the datastore configurations will get replaced I am looking to parameterize data store configurations so that i can use different set of values in each environment.
I know alternate solution:
Configure respective environments credentials initially and skip datastore configuration while exporting form DEV.
I am looking for more robust way.
Thanks in advance.