companion/@applications/api/.env
Claude Code c723dda9cf chore(web): 🔧 Update Vite plugins, build settings, and environment variables for API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 09:17:58 -07:00

21 lines
506 B
Bash

# companion-api
API_PORT=3850
NODE_ENV=development
# PostgreSQL (must match @deployments/docker-compose.yml)
DATABASE_HOST=localhost
DATABASE_PORT=26407
DATABASE_USER=lilith
DATABASE_PASSWORD=lilith
DATABASE_NAME=companion
DATABASE_SYNCHRONIZE=true
# Redis
REDIS_HOST=localhost
REDIS_PORT=26406
# Upstream services (resolved via @lilith/service-registry in production)
AI_CORE_URL=http://localhost:3790
MODEL_BOSS_URL=http://localhost:8210
SPEECH_SYNTHESIS_URL=http://localhost:8000
CHAT_MODEL=qwen3-4b