App.yaml¶
Optionally, we provide a way to configure your app further.
Warning
The supported extension is .yaml
. NOT .yml
.
Field Name | Field Type | Description |
---|---|---|
command |
Array<string> |
Entrypoint array. Not executed within a shell. Optional. Default [python, app.py] , |
env |
Array<EnvVar> |
List of environment variables to set in the app. Optional. |
env.name |
string |
Environment variable name |
env.value |
string |
Environment variable value |
env.valueFrom |
string |
App dependency name |