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`.