# Database DATABASE_URL=postgres://multica:multica@localhost:5432/multica?sslmode=disable # Server PORT=8080 JWT_SECRET=change-me-in-production # Google OAuth GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= GOOGLE_REDIRECT_URI=http://localhost:3000/auth/callback # Frontend NEXT_PUBLIC_API_URL=http://localhost:8080 NEXT_PUBLIC_WS_URL=ws://localhost:8080/ws