go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/casviewer/appengine/app.yaml (about)

     1  runtime: go121
     2  
     3  # Note: this is interpreted by gae.py, it maps the app ID being deployed to
     4  # values of ${...} vars.
     5  luci_gae_vars:
     6    cas-viewer-dev:
     7      AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com
     8  
     9  entrypoint: >
    10    main -auth-service-host ${AUTH_SERVICE_HOST}
    11  
    12  handlers:
    13    - url: /static
    14      static_dir: static