All provider configuration happens in Settings → AI Providers after first login. Supported providers: OpenAI, Anthropic, Google, Groq, Ollama, LM Studio, OpenRouter, xAI, MiniMax, and any OpenAI-compatible endpoint.
# DatabaseCONNECTION_STRING=postgresql://limerence:limerence@localhost:5432/limerence# AuthBETTER_AUTH_SECRET=your-very-long-secret-at-least-32-charactersBETTER_AUTH_URL=https://yourdomain.com# URLs (set both to your public URL in production)BACKEND_BASE_URL=https://limerence.yourdomain.comFRONTEND_BASE_URL=https://limerence.yourdomain.comNODE_ENV=productionPORT=3000