From bb96da0e21967f9fd6764f3eb133f68a4d0a11ff Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 4 Nov 2022 00:05:40 -0400 Subject: [PATCH 1/2] typo correction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eeb212..ea1b61d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ x-common: To configure the server itself, we'll want to configure the environment variables below: | Environment Variable |Meaning| |---|---| -| POSTGRES_DB | Nme of your database. Name it whatever you like. | +| POSTGRES_DB | Na +me of your database. Name it whatever you like. | | POSTGRES_USER | Username you will use to connect to your database. The Resolve default is "postgres" | | POSTGRES_PASSWORD | Password you will use to connect to your database. The Resolve default is "DaVinci" | | TZ | Your timezone, here is [a list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)| From bb34718f17ca7fbea613a47ab96ad51d353d68b1 Mon Sep 17 00:00:00 2001 From: Elliot Matson <1711604+elliotmatson@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:32:07 -0500 Subject: [PATCH 2/2] Fixed linebreak --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ea1b61d..34304ed 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,7 @@ x-common: To configure the server itself, we'll want to configure the environment variables below: | Environment Variable |Meaning| |---|---| -| POSTGRES_DB | Na -me of your database. Name it whatever you like. | +| POSTGRES_DB | Name of your database. Name it whatever you like. | | POSTGRES_USER | Username you will use to connect to your database. The Resolve default is "postgres" | | POSTGRES_PASSWORD | Password you will use to connect to your database. The Resolve default is "DaVinci" | | TZ | Your timezone, here is [a list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)|