[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-04 (世界標準時間)。"],[[["An `app.yaml` file is used to configure an App Engine app, including its runtime, handlers, scaling, and environment variables."],["For a basic Python 3 app in the standard environment, only the `runtime` element is required in the `app.yaml` file."],["App Engine provides default settings, such as the F1 instance class and automatic scaling, which can be overridden by specifying custom settings in `app.yaml`."],["While you can choose a unique name for your `app.yaml` files, doing so means that you will have to specify the file name with the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["Before you can deploy other services, you must first create an `app.yaml` file for your app's `default` service."]]],[]]