Updated Ubuntu images

This commit is contained in:
Alexey Pustovalov
2020-04-28 23:17:34 +03:00
parent 10ab9dba2d
commit b822f9ba49
7 changed files with 6 additions and 10 deletions

View File

@ -2,7 +2,7 @@
// Zabbix GUI configuration file.
global $DB;
$DB['TYPE'] = 'MYSQL';
$DB['TYPE'] = 'POSTGRESQL';
$DB['SERVER'] = '{DB_SERVER_HOST}';
$DB['PORT'] = '{DB_SERVER_PORT}';
$DB['DATABASE'] = '{DB_SERVER_DBNAME}';