What environment variables are available and why use them?
Currently, there are two environment variables available for Address Object, MDADDR_LICENSE and MDADDR_SERVERMODE. These environment variables were made available so that you can change certain aspects of your applications without recompiling. For more information, please read below. 2.4.2 How do I use MDADDR_LICENSE? First, in order to use this environment variable, you must set the SetLicenseString method in your application with an empty string (ex: SetLicenseString()). Then, Address Object will read your License String from the machines environment variables instead of your compiled application, allowing you to change it without recompiling.