Environment Variables
Complete reference of .env configuration options.
Portabase provides flexibility through environment variables. These let you customize application behavior, database connection, authentication and storage.
If you use Docker Compose, set these variables in your .env file at the root of the project.
| Variable | Type | Optional | Default | Description |
|---|---|---|---|---|
EDGE_KEY | string | No | None | Your agent's unique key from the dashboard. |
TZ | string | Yes | UTC | Timezone for the agent (e.g. UTC, Europe/Paris). |
POLLING | number | Yes | 5 | Frequency (in seconds) to check for new tasks. |
DATA_PATH | string | Yes | /data | Internal path where the agent stores its data. |
Last updated on