The tiapp.xml file holds keys for production and development environments.
I guess i could copy/paste and stuff in there to switch, but is it an easier way to test the production environment? Like some tag in the xml file such as "production=true" or something?
Your
tiapp.xml
should look something like:As you can see the
-development
and-production
suffix determine the environment it value will be used for. You can also leave out the suffix to use it on all environments.