Discussions
Easy way to manage/swich connection strings/variables to different external systems?
Greetings,
We use our NetSuite Sandbox to interface with both/either our internal QA and Stage environments (while having separate Dev and Prod environments). We have some custom code that require different connection strings and keys for QA than for Stage. Current solution is a library config file and we just comment in/out variables for QA or Stage...but this is problematic as it's error-prone, not easy for non-technical users, and offers no easy visibility to which environment (Stage or QA) we're interfacing with.
Is there any functionality or process that would ease this? Ideally something a non-technical person could do, and that would be visible.  Any suggestions or ideas on how others handle this are greatly appreciated.