// Zabbix GUI configuration file.
$DB['SERVER'] = 'localhost';
$DB['DATABASE'] = 'zabbix';
// Schema name. Used for PostgreSQL.
// Used for TLS connection.
$DB['ENCRYPTION'] = false;
$DB['VERIFY_HOST'] = true;
// Vault configuration. Used if database credentials are stored in Vault secrets manager.
$DB['VAULT_PREFIX'] = '';
$DB['VAULT_DB_PATH'] = '';
$DB['VAULT_CERT_FILE'] = '';
$DB['VAULT_KEY_FILE'] = '';
// Uncomment to bypass local caching of credentials.
// $DB['VAULT_CACHE'] = true;
// Uncomment and set to desired values to override Zabbix hostname/IP and port.
// $ZBX_SERVER_PORT = '';
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
// Uncomment this block only if you are using Elasticsearch.
// Elasticsearch url (can be string if same url is used for all types).
// 'uint' => 'http://localhost:9200',
// 'text' => 'http://localhost:9200'
// Value types stored in Elasticsearch.
//$HISTORY['types'] = ['uint', 'text'];
// Used for SAML authentication.
// Uncomment to override the default paths to SP private key, SP and IdP X.509 certificates, and to set extra settings.
//$SSO['SP_KEY'] = 'conf/certs/sp.key';
//$SSO['SP_CERT'] = 'conf/certs/sp.crt';
//$SSO['IDP_CERT'] = 'conf/certs/idp.crt';
// If set to false, support for HTTP authentication will be disabled.
// $ALLOW_HTTP_AUTH = true;