lilith-platform.live/codebase/@features/messages/backend-user/.env.development
autocommit 86bc56dd29 chore(messages): 🔧 Update development environment variables for messages backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00

21 lines
825 B
Text

# messages/backend-user — Development defaults (apricot)
#
# Safe to check in — no real secrets. Production values come from
# /etc/quinn-m/secrets.env on vps-0.
#
# Start: tsx --env-file=.env.development src/server.ts
BACKEND_USER_PORT=3105
IMESSAGE_SYNC_URL=http://127.0.0.1:3100
SERVICE_API_KEY=dev-service-key-apricot-local
DATABASE_URL=postgres://postgres:devpassword@localhost:25433/messenger
MODEL_BOSS_URL=http://127.0.0.1:8000
MODEL_BOSS_MODEL=auto
MAIL_ADMIN_DOCKER_CONTAINER=dev-null-container
MAIL_ADMIN_ALLOWED_DOMAIN=transquinnftw.com
MAIL_ADMIN_AUDIT_LOG_PATH=/tmp/mail-admin-audit.jsonl
MAIL_ADMIN_BACKEND=sim
ASSISTANT_BACKEND=direct
# quinn.api — not running in dev; VIP/enrichment routes will 503, everything else is fine
QUINN_API_URL=http://127.0.0.1:3030
QUINN_API_KEY=dev-quinn-api-key-not-real