From d73f23eb4b3bf3465dbad65ff647460450e3f8e7 Mon Sep 17 00:00:00 2001 From: David Straub Date: Sat, 3 Aug 2024 19:13:11 +0200 Subject: [PATCH] Fix Postgres docs --- docs/Postgres.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Postgres.md b/docs/Postgres.md index 566a6c9..903474d 100644 --- a/docs/Postgres.md +++ b/docs/Postgres.md @@ -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 @@ -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