Like most good developers I have a separate testing environment for my web app. For example, I have www.test.example.com
which is the testing site and the production site is www.example.com
.
I have set my Base Domain to example.com but how do I set the connect URL so that it goes to my test site when I login from the test site? Do I need to create a separate app for each subdomain? Is it possible to set the URLs dynamically using Admin.setAppProperties?
List of Application Properties