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