[[["容易理解","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-07-14 (世界標準時間)。"],[[["The `app.yaml` file configures an App Engine app, defining resources like CPU, memory, network, disk, scaling, environment variables, and general settings."],["It serves as a deployment descriptor, defining runtime configurations, versions, and URLs for a specific service version within your app."],["The `app.yaml` file for the `default` service must be created first before other `app.yaml` files for additional services."],["You can use a unique name for `app.yaml` files, but you must specify this file name in the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["The flexible environment allows for custom runtime configuration in the `app.yaml` file, and its complexity determines how many elements you need to specify."]]],[]]