chore(config): 🔧 Update .env.example with standardized environment variable names and descriptions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a74c65873f
commit
a3daacc3ef
1 changed files with 20 additions and 0 deletions
20
.env.example
Normal file
20
.env.example
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# companion-api
|
||||
API_PORT=3850
|
||||
NODE_ENV=development
|
||||
|
||||
# PostgreSQL (must match @deployments/docker-compose.yml)
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=26407
|
||||
DATABASE_USER=lilith
|
||||
DATABASE_PASSWORD=lilith
|
||||
DATABASE_NAME=companion
|
||||
DATABASE_SYNCHRONIZE=false
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=26406
|
||||
|
||||
# Upstream services (resolved via @lilith/service-registry in production)
|
||||
AI_CORE_URL=http://localhost:3790
|
||||
MODEL_BOSS_URL=http://localhost:8210
|
||||
SPEECH_SYNTHESIS_URL=http://localhost:41222
|
||||
Loading…
Add table
Reference in a new issue