From 4486d7d8bf2aff1cb898617c763fc0c1c965d88b Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Tue, 10 Jan 2023 22:10:58 +0100 Subject: [PATCH] fix(env): postgres env var handling by @madman-sf * fixes #28 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489999f..fea2701 100644 --- a/README.md +++ b/README.md @@ -98,5 +98,5 @@ Ignore ERROR: message_string() issue experienced with Exchange Online. Parser and Viewer support Postgres now too (default is mysql) ```yaml -- "REPORT_DB_TYPE=Pg" +- "REPORT_DB_TYPE=pgsql" ```