chore(profile/backend-api): 🔧 Update showcase environment variables in .env.showcase for API demonstration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-16 05:55:36 -08:00
parent 1a44a58a28
commit bcb31eec60

View file

@ -0,0 +1,23 @@
# Showcase Mode Environment Configuration
# Used by messaging showcase to auto-seed profile database
NODE_ENV=showcase
DATABASE_AUTO_SEED=true
# Database Connection
# Uses profile feature database (port 25432)
DATABASE_POSTGRES_HOST=localhost
DATABASE_POSTGRES_PORT=25432
DATABASE_POSTGRES_USER=lilith
DATABASE_POSTGRES_PASSWORD=lilith
DATABASE_POSTGRES_NAME=lilith_profile
# Auto-synchronize schema in showcase mode
DATABASE_SYNCHRONIZE=true
# Redis for domain events
DATABASE_REDIS_HOST=localhost
DATABASE_REDIS_PORT=26379
# Logging
LOG_LEVEL=info