chore(profile-from): 🔧 Update .env.showcase variables for profile feature demo mode
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a66ee89655
commit
05955a995e
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ DATABASE_AUTO_SEED=true
|
|||
DATABASE_POSTGRES_HOST=localhost
|
||||
DATABASE_POSTGRES_PORT=25442
|
||||
DATABASE_POSTGRES_USER=lilith
|
||||
DATABASE_POSTGRES_PASSWORD=lilith
|
||||
DATABASE_POSTGRES_PASSWORD=profile_dev
|
||||
DATABASE_POSTGRES_NAME=lilith_profile
|
||||
|
||||
# Auto-synchronize schema in showcase mode
|
||||
|
|
@ -18,6 +18,10 @@ DATABASE_SYNCHRONIZE=true
|
|||
# Redis for domain events
|
||||
DATABASE_REDIS_HOST=localhost
|
||||
DATABASE_REDIS_PORT=26379
|
||||
DATABASE_REDIS_PASSWORD=redis_dev
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Identifier hashing (required)
|
||||
IDENTIFIER_PEPPER=showcase_dev_pepper_not_for_production
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue