Portabase Logo

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.


VariableTypeOptionalDefaultDescription
EDGE_KEYstringNoNoneYour agent's unique key from the dashboard.
TZstringYesUTCTimezone for the agent (e.g. UTC, Europe/Paris).
POLLINGnumberYes5Frequency (in seconds) to check for new tasks.
DATA_PATHstringYes/dataInternal path where the agent stores its data.

Last updated on