Files
call-center/.env.postgres.parallel.server.template
T

26 lines
989 B
Bash

# Server-only overrides for a parallel PostgreSQL-backed call-center stack.
# Keep .env.production as the base, then copy this file to .env.postgres.parallel.server
# and replace <server-host> plus the password placeholder.
CC_DATA_DIR=.data_pg_parallel
DATABASE_URL=postgresql://mvpcc_app:change-me-with-the-password-from-.env.postgres.server@call-center-postgres:5432/mvpcc
SCHEMA_MANAGEMENT_MODE=migrations
LOCAL_STACK_GATEWAY_PORT=18080
LOCAL_STACK_PUBLIC_BASE_URL=http://<server-host>:18080
# Keep the parallel stack passive to avoid duplicate side effects while SQLite remains live.
EVENT_BUS_ENABLED=0
TELEGRAM_BOT_ENABLED=0
AI_TELEGRAM_ENABLED=0
AI_TELEGRAM_ALWAYS_REPLY=0
WHATSAPP_OUTBOUND_ENABLED=0
AI_WHATSAPP_ENABLED=0
AI_WHATSAPP_ALWAYS_REPLY=0
AI_VOICE_ENABLED=0
AI_VOICE_AUDIOSOCKET_ENABLED=0
AI_VOICE_TTS_CACHE_DIR=/app/.data_pg_parallel/ai_voice_tts_cache
ASTERISK_BRIDGE_ENABLED=0
ASTERISK_IVR_FASTAGI_ENABLED=0
ASTERISK_CALLCONTROL_ENABLED=0
ASTERISK_WEBRTC_ENABLED=0