fix(env): postgres env var handling by @madman-sf

* fixes #28
This commit is contained in:
Robert Schumann 2023-01-10 22:10:58 +01:00
parent 0cc77fd254
commit 4486d7d8bf

View File

@ -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"
```