Initial import with GitLab CI/CD and registry deploy flow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user