fe7a779ed7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
400 B
Bash
24 lines
400 B
Bash
# Database
|
|
DATABASE_URL=postgresql://tower:tower_dev@localhost:5433/tower_dev
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# API
|
|
API_PORT=3001
|
|
|
|
# Auth
|
|
JWT_SECRET=change_me_in_production_must_be_32_chars_min
|
|
|
|
# Meilisearch
|
|
MEILI_URL=http://localhost:7700
|
|
MEILI_MASTER_KEY=tower_meili_dev_key
|
|
|
|
# Logging
|
|
NODE_ENV=development
|
|
LOG_LEVEL=debug
|
|
|
|
# WhatsApp
|
|
WHATSAPP_SESSION_PATH=./sessions
|
|
TOWER_ADMIN_JIDS=
|