From 53e9268384414a6cf0a8758ef19beb859b67f19c Mon Sep 17 00:00:00 2001 From: Joblin John Jeya Rockas Date: Tue, 12 May 2026 20:36:44 +0000 Subject: [PATCH] Update sk1/README.md --- sk1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sk1/README.md b/sk1/README.md index 9adb334..0b29eb2 100644 --- a/sk1/README.md +++ b/sk1/README.md @@ -88,7 +88,7 @@ The application consists of four containers: Secrets are stored using environment variables. Create a `.env` file in the project root: ```env -DB_PASSWORD=postgres123 +DB_PASSWORD=xxxxxxxx ``` > The `.env` file is excluded from Git using `.gitignore`.