Hi All,
We have prod and dev environment. Each of them have environment configurations like database connection info, vcacHost etc. I want to make sure environment specific configuration elements never get migrated from dev to prod when packages are exported/imported during migration. One way is to name elements differently i.e. dev_constants and prod_constants. When these constants are read in the workflow append "dev" or "prod" to "constants" depending upon the environment. How to identify the vco environment? I did not find anything in Server or System variables. Let me know if there is a better way to achieve the same.
Thanks