Merge pull request #184 from Wachizungu/fix-proxy-diagnostics-severity-level

fix: Set proxy settings diagonistics severity level to info. fix #176
develop
Andras Iklody 2024-11-23 09:54:13 +01:00 committed by GitHub
commit f7f9392cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -136,12 +136,14 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
'Proxy' => [
'Proxy.host' => [
'name' => __('Host'),
'severity' => 'info',
'type' => 'string',
'description' => __('The hostname of an HTTP proxy for outgoing sync requests. Leave empty to not use a proxy.'),
'test' => 'testHostname',
],
'Proxy.port' => [
'name' => __('Port'),
'severity' => 'info',
'type' => 'integer',
'description' => __('The TCP port for the HTTP proxy.'),
'test' => 'testForRangeXY',