Skip to content

Commit

Permalink
Fix Postgres docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Aug 3, 2024
1 parent 245e4e3 commit d73f23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker-compose run --entrypoint "" grampsweb \
--config=database.backend:postgresql \
--config=database.host:postgres_gramps \
--config=database.port:5432 \
--username=postgres --password=your_postgres_password
--username=gramps --password=postgres_password_gramps
```

## Configuring Web API for use with the database
Expand All @@ -50,7 +50,7 @@ To configure Web API for use with the PostgreSQL database, add the following und
# The credentials must agree with the ones used for
# the PostgreSQL container
POSTGRES_USER: gramps
POSTGRES_PASSWORD: your_postgres_password
POSTGRES_PASSWORD: postgres_password_gramps
```

## Using a shared PostgreSQL database in a multi-tree installation
Expand Down

0 comments on commit d73f23e

Please sign in to comment.