DATABASE_URL=postgresql://postgres:postgres@localhost:5432/inventario_db
SECRET_KEY=sena-adso-jwt-secret-key-2026-cambiar-en-produccion
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=60
HOST=0.0.0.0
PORT=8000
RELOAD=true
CORS_ORIGINS=http://localhost:5173,http://localhost:3000,http://localhost:80
