Initial import with GitLab CI/CD and registry deploy flow

This commit is contained in:
Yera All
2026-04-02 17:05:45 +05:00
commit 5374c202d9
338 changed files with 81297 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Local PostgreSQL profile for scripts/local_stack.py --env-file
CC_DATA_DIR=.data_local_pg
DATABASE_URL=postgresql://mvp:mvp@127.0.0.1:5432/mvpcc
SCHEMA_MANAGEMENT_MODE=migrations
APP_TOKEN_SECRET=dev-secret-change-me
ALLOW_LEGACY_HEADER_AUTH=1
EVENT_BUS_ENABLED=0
EVENT_BUS_URL=amqp://guest:guest@127.0.0.1:5672/
ASTERISK_BRIDGE_ENABLED=0
TELEGRAM_BOT_ENABLED=0
WHATSAPP_OUTBOUND_ENABLED=0
AI_PROVIDER=stub
AI_TELEGRAM_ENABLED=0
AI_WHATSAPP_ENABLED=0
AI_VOICE_ENABLED=0