DB_PROVIDER=sqlite
DATABASE_URL=file:./dev.db
JWT_SECRET=dev-jwt-secret-change-in-production
JWT_REFRESH_SECRET=dev-refresh-secret-change-in-production
PORT=3001
CLIENT_URL=http://localhost:5173
