I am trying to use two sets of system properties for an App Engine application. Is there a way to specify the development properties somewhere and the production properties somewhere else so that depending on the execution environment the correct set is loaded? I am new to App Engine, and this was easy to do in Play Framework using two .conf files.
I tried putting the dev properties in pom.xml under the jvm flags in the appengine-maven-plugin, and the production properties in appengine-web.xml. But when I am running "mvn appengine:devserver", the jvm flags are getting overwritten by the ones from appengine-web.xml. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9246101d-2732-43a5-8989-f0390105088b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
