blob: ef183e82bba1827bfd735d864c1bbe393cc9d80f [file] [edit]
runtime: go125
# Note: this is interpreted by gae.py, it maps the app ID being deployed to
# values of ${...} vars.
# Reference: https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/examples/appengine/helloworld_v2/app.yaml
luci_gae_vars:
chops-rotation-proxy-test:
AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com
chrome-ops-rotation-proxy:
AUTH_SERVICE_HOST: chrome-infra-auth.appspot.com
entrypoint: >
main -auth-service-host ${AUTH_SERVICE_HOST}
handlers:
- url: /.*
script: auto
secure: always