checkpoint: Implement PR feedback

This commit is contained in:
TrisNol
2023-09-09 18:22:20 +02:00
parent 330eb466e3
commit 2c8805e12f
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Create a `secrets.json` in the root of this repo with the following structure (v
```
Alternatively, the secrets can be provided as environment variables. One option to do so is to add a `.env` file with the following layout:
```js
```ini
PYTHON_POSTGRES_USERNAME=postgres
PYTHON_POSTGRES_PASSWORD=postgres
PYTHON_POSTGRES_HOST=localhost