diff --git a/features/profile/backend-api/.env.showcase b/features/profile/backend-api/.env.showcase index eda591ab1..e71de116b 100644 --- a/features/profile/backend-api/.env.showcase +++ b/features/profile/backend-api/.env.showcase @@ -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