Update sk1/README.md

This commit is contained in:
Joblin John Jeya Rockas 2026-05-12 20:36:44 +00:00
parent ecf4948ca1
commit 53e9268384

View File

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