blob: 1c2024f302f00d56d36057e8476ae1d2b74863af [file] [log] [blame]
service: default
runtime: go121
app_engine_apis: true
instance_class: F4_1G
luci_gae_vars:
luci-notify-dev:
AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com
CONFIG_SERVICE_HOST: config.luci.app
TS_MON_ACCOUNT: app-engine-metric-publishers@prodx-mon-chrome-infra.google.com.iam.gserviceaccount.com
SPANNER_DB: projects/luci-notify-dev/instances/dev/databases/luci-notify-dev
handlers:
# Pubsub Handler. This is strictly necessary because the default module
# contains a /.* routing rule, so if it was targeted directly, we still want
# login:admin to apply.
- url: /_ah/push-handlers/.*
script: auto
secure: always
login: admin
# Everything else goes here.
- url: /.*
script: auto
secure: always
entrypoint: >
main
-auth-service-host ${AUTH_SERVICE_HOST}
-ts-mon-account ${TS_MON_ACCOUNT}
-config-service-host ${CONFIG_SERVICE_HOST}
-spanner-database ${SPANNER_DB}