mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Merge pull request #327 from zabbix/master
Fixed PostgreSQL schema name. Fixed graph legends on CentOS
This commit is contained in:
@ -10,7 +10,7 @@ $DB['USER'] = '{DB_SERVER_USER}';
|
||||
$DB['PASSWORD'] = '{DB_SERVER_PASS}';
|
||||
|
||||
// Schema name. Used for IBM DB2 and PostgreSQL.
|
||||
$DB['SCHEMA'] = '';
|
||||
$DB['SCHEMA'] = '{DB_SERVER_SCHEMA}';
|
||||
|
||||
$ZBX_SERVER = '{ZBX_SERVER_HOST}';
|
||||
$ZBX_SERVER_PORT = '{ZBX_SERVER_PORT}';
|
||||
|
Reference in New Issue
Block a user