blob: dbcfd5fa57aa0c7577309f4808aa423d969f8757 [file] [log] [blame] [edit]
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
runtime: go124
handlers:
- url: /static
static_dir: static
secure: always
# luci_gae_vars is interpreted by gae.py, for apps deployed manually.
# It maps the app ID being deployed to values of vars used below.
luci_gae_vars:
cr-rev-dev:
AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com
cr-rev:
AUTH_SERVICE_HOST: chrome-infra-auth.appspot.com
entrypoint: >
main
-auth-service-host ${AUTH_SERVICE_HOST}
-config-service-host config.luci.app