Is there a way to create "environmental variables"? For example when

Is there a way to create "environmental variables"? For example when deploying application from Development to Test or QA to Production, etc. The values for some variables will need to change, such as server name or whatever is unique in my process. Or do we have to create a checklist and manually change variables when we move from one environment to the next? Thanks!...

OriginalPostID-126984

OriginalPostID-126984

  Discussion posts and replies are publicly visible

Parents
  • We use lesliec's method in a number of locations, works great for links (to the current server) or for a MODE setting (I use MODE settings in each environment to determine routing/notification restrictions in testing - no changes needed when moving to production). Set the constants across all servers once and do not include them in any application bundle.
Reply
  • We use lesliec's method in a number of locations, works great for links (to the current server) or for a MODE setting (I use MODE settings in each environment to determine routing/notification restrictions in testing - no changes needed when moving to production). Set the constants across all servers once and do not include them in any application bundle.
Children
No Data