# ========================================== # Riksdag-Regering MCP Server Configuration # ========================================== # Kopiera denna fil till .env och fyll i dina värden # ----------------- # Supabase Database # ----------------- # Supabase Project URL SUPABASE_URL=https://your-project.supabase.co # Supabase Anon Key (för läsoperationer) SUPABASE_ANON_KEY=your-anon-key-here # Alternativt: Supabase Service Role Key (för admin-operationer) # SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here # ----------------- # Server Configuration (för HTTP deployment) # ----------------- # Server port (default: 3000, Render sets this automatically) PORT=3000 # Node environment (development, production) NODE_ENV=development # Log level (error, warn, info, debug) LOG_LEVEL=info # Optional: API Key för autentisering (lämna tom för publik access) # API_KEY=your-secret-api-key-here