Hello All, I have a app with different versions. All versions use the same code but i would like configure my app.yaml to use differente script by versions.
hum... i don't know if i'm understable :) An example *(app.yaml)*: handlers: - url: server1.APPID.appspot.com/.* - script: servers/server1/main.py - url: server2.APPID.appspot.com/.* - script: servers/server2/main.py - url: /.* script: main.py How do that? or something like... Thank a lot! --sahid -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
