From a2b03ad517b8f40a7ebd7f277406eb340b1c54a6 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 11 Nov 2022 20:43:50 +0000 Subject: [PATCH] changed readme --- 30-run-rebased.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/30-run-rebased.sh b/30-run-rebased.sh index 490dd3c..e465173 100755 --- a/30-run-rebased.sh +++ b/30-run-rebased.sh @@ -23,11 +23,11 @@ podman run -d \ -e INSTANCE_NAME=rebased \ -e ADMIN_EMAIL=admin@example.com \ -e NOTIFY_EMAIL=notify@example.com \ - -e DB_USER=rebased \ - -e DB_PASS=rebased \ - -e DB_NAME=rebased \ - -e DB_HOST=localhost \ - -e POSTGRES_HOST=localhost \ + -e DB_USER=$PG_USER \ + -e DB_PASS=$PG_PASS \ + -e DB_NAME=$PG_NAME \ + -e DB_HOST=$PG_HOST \ + -e POSTGRES_HOST=$PG_HOST \ $REBASED_IMG