customeragent-api / server /.env.example
anasraza526's picture
Clean deploy to Hugging Face
ac90985
# ========================
# DATABASE CONFIGURATION
# ========================
DATABASE_URL=postgresql+psycopg2://mac@localhost:5432/ai_agent_db
# ========================
# SECURITY & AUTHENTICATION
# ========================
SECRET_KEY=your-strong-secret-key-here
ACCESS_TOKEN_EXPIRE_MINUTES=60
JWT_ALGORITHM=HS256
# ========================
# OPENAI & AI CONFIG
# ========================
OPENAI_API_KEY=your-openai-api-key
USE_LOCAL_LLM=true # Set to false to prioritize Gemini Cloud primary
VECTOR_DB_PATH=./vector_db
# ========================
# GOOGLE AUTH
# ========================
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback
# ========================
# EMAIL / SMTP CONFIG
# ========================
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASSWORD=your-app-password
# ========================
# APP URLs
# ========================
FRONTEND_URL=http://localhost:3000
BACKEND_URL=https://synovially-screwed-phebe.ngrok-free.dev
# ========================
# PERFORMANCE SETTINGS
# ========================
PYTHONOPTIMIZE=1
USE_NUMPY_FOR_PROCESSING=true