# Server Configuration NODE_ENV=development PORT=8080 # Mana Core Configuration MANA_SERVICE_URL=https://mana-core-middleware-111768794939.europe-west3.run.app APP_ID=your-app-id-from-mana MANA_SUPABASE_SECRET_KEY=your-service-key-from-mana-core # REQUIRED for credit operations SIGNUP_REDIRECT_URL=https://manadeck.com/welcome # PostgreSQL Database (Drizzle ORM) DATABASE_URL=postgresql://postgres:postgres@localhost:5433/manadeck # AI Services (Google Gemini) GOOGLE_GENAI_API_KEY=your-google-genai-api-key # Get from https://aistudio.google.com/apikey # JWT Configuration JWT_SECRET=your-jwt-secret # CORS Configuration FRONTEND_URL=http://localhost:8081