From 05955a995e1b42beaa38e5c27cf9ea99e451b88d Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 16 Feb 2026 06:07:39 -0800 Subject: [PATCH] =?UTF-8?q?chore(profile-from):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?.env.showcase=20variables=20for=20profile=20feature=20demo=20mo?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/backend-api/.env.showcase | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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