abdullah9873/physical-ai-backend
0
1# OpenAI Configuration2OPENAI_API_KEY=your_openai_api_key_here3 4# Qdrant Configuration5Qdrant_HOST=localhost6Qdrant_PORT=63337Qdrant_API_KEY=your_qdrant_api_key_here8 9# General Configuration10FRONTEND_URL=http://localhost:300011 12# Authentication (Google OAuth)13GOOGLE_CLIENT_ID=your_google_client_id_here14GOOGLE_CLIENT_SECRET=your_google_client_secret_here15# BETTER_AUTH_API_KEY= # Optional: Only if using Better Auth service16 17# Database Configuration18# DATABASE_URL=postgresql://user:password@localhost/dbname # Optional: Defaults to SQLite if not set19 20# Security21# SECRET_KEY=your_secret_key_here # Optional: Has a default for dev22 