Skip to content

Configuration

Here’s what to set in your environment and where things live.

NameDescription
ADMIN_USERBasic Auth username for admin endpoints.
ADMIN_PASSBasic Auth password for admin endpoints.
JWT_SECRETSecret for optional JWT issuance (not used by the current UI).
DATABASE_PATHSQLite DB file path (e.g., /app/data/invio.db).
BACKEND_URLFrontend → Backend base URL (e.g., http://backend:3000).
  • Backend: 3000 (hardcoded)
  • Frontend: 8000 (Fresh default)
  • Database persisted at DATABASE_PATH
  • Templates and assets under backend/data/templates