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:
parent
1a44a58a28
commit
bcb31eec60
1 changed files with 23 additions and 0 deletions
23
features/profile/backend-api/.env.showcase
Normal file
23
features/profile/backend-api/.env.showcase
Normal 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
|
||||
Loading…
Add table
Reference in a new issue