.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SERVER_PORT
Backend server port (Express API + WebSocket server) API server
VITE_PORT
Frontend port
HOST
Host/IP to bind servers to (default: 0.0.0.0 for all interfaces) Use 127.0.0.1 to restrict to localhost only
VITE_CONTEXT_WINDOW
Path to the authentication database file This is where user credentials, API keys, and tokens are stored. To use a custom location:…
CONTEXT_WINDOW