Skip to content

Commit e5dc903

Browse files
docs(development): replace hardcoded dev db password with reference to docker-compose
GitGuardian flagged the literal default password added to docs/development.md. Replaced with a pointer to local_database/docker-compose.yml where it is already defined.
1 parent 1e669a6 commit e5dc903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ At minimum, you need the database connection variables:
3535

3636
```dotenv
3737
POSTGRES_USER=test_source_collector_user
38-
POSTGRES_PASSWORD=HanviliciousHamiltonHilltops
38+
POSTGRES_PASSWORD=<see local_database/docker-compose.yml>
3939
POSTGRES_DB=source_collector_test_db
4040
POSTGRES_HOST=127.0.0.1
4141
POSTGRES_PORT=5432
4242
DEV=true
4343
```
4444

45-
These match the defaults in `local_database/docker-compose.yml`.
45+
The password and other defaults are defined in `local_database/docker-compose.yml`.
4646

4747
### API Keys
4848

0 commit comments

Comments
 (0)