fix latest changes to viewer and parser

* new dependency postgres and PDO

	* php8 compatible
This commit is contained in:
Robert Schumann
2022-08-10 00:08:41 +02:00
parent 87e271d084
commit 19f680a865
4 changed files with 31 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
// ### configuration ##################################################
// ####################################################################
$dbtype=getenv('REPORT_DB_TYPE');
$dbhost=getenv('REPORT_DB_HOST');
$dbport=getenv('REPORT_DB_PORT');
$dbname=getenv('REPORT_DB_NAME');