Backend

APP_ENV=development
APP_HOST=0.0.0.0
APP_PORT=8000
LOG_LEVEL=info
POSTGRES_USER=postgres
POSTGRES_PASSWORD=4qsjf4t31f1by54hk74n
POSTGRES_DB=lume
POSTGRES_HOST=lab_lume-db
POSTGRES_PORT=5432
DATABASE_URL=postgresql+asyncpg://postgres:4qsjf4t31f1by54hk74n@lab_lume-db:5432/lume
HISTORY_LIMIT=10
REQUEST_TIMEOUT_SECONDS=600
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://127.0.0.1:3000,http://127.0.0.1:5173,https://lumelab.ljit.com.br
UPLOAD_DIR=/tmp/lume_uploads

Revision #1
Created 11 June 2026 03:54:50 by Admin
Updated 11 June 2026 03:54:59 by Admin