I have seen all the parameters from the documentation. But none of them allow to override the service
parameter from the generated yaml.
I tried using deployables = app.yaml
with the app.yaml below but it gives me a 500 error:
runtime: java7
threadsafe: True
api_version: '1.0'
service: backend
handlers:
- url: /.*
script: unused
login: optional
secure: optional
skip_files: app.yaml
Any idea what I'm doing wrong ?