Ask a question to get started
Enter to send•Shift+Enter new line
env: dict[str, str] | str
Optional. Environment variables to set for your deployment.
Example as a dict:
env={"API_TOKEN": "abc123", "DEBUG": "true"}
Example as a file path: env=".env"