# Database DATABASE_URL="postgresql://user:password@localhost:5432/timetracker" # OIDC Configuration OIDC_ISSUER_URL="https://your-oidc-provider.com" OIDC_CLIENT_ID="your-client-id" OIDC_REDIRECT_URI="http://localhost:3000/auth/callback" # Session SESSION_SECRET="your-session-secret-min-32-characters" # Server PORT=3001 NODE_ENV=development # Frontend URL (for CORS) FRONTEND_URL="http://localhost:5173"