Skip to content

configuring your app with app yaml

ludoch edited this page Apr 15, 2026 · 2 revisions

Defining runtime settings

An App Engine app is configured using an app.yaml file, that contains the runtime, handlers, scaling, and other general settings including environment variables.

About app.yaml files

All configuration elements

For a complete list of all the supported elements in this configuration file, see the app.yaml reference.

Clone this wiki locally