# ALwrity Backend Configuration # API Keys (Configure these in the onboarding process) # OPENAI_API_KEY=your_openai_api_key_here GEMINI_API_KEY=your_gemini_api_key_here # ANTHROPIC_API_KEY=your_anthropic_api_key_here # MISTRAL_API_KEY=your_mistral_api_key_here # Research API Keys (Optional) # TAVILY_API_KEY=your_tavily_api_key_here # SERPER_API_KEY=your_serper_api_key_here EXA_API_KEY=your_exa_api_key_here # Authentication # CLERK_SECRET_KEY=your_clerk_secret_key_here # OAuth Redirect URIs GSC_REDIRECT_URI=https://your-frontend.vercel.app/gsc/callback WORDPRESS_REDIRECT_URI=https://your-frontend.vercel.app/wp/callback WIX_REDIRECT_URI=https://your-frontend.vercel.app/wix/callback # Server Configuration HOST=0.0.0.0 PORT=8000 DEBUG=true # Logging LOG_LEVEL=INFO