fix: Set proxy settings diagonistics severity level to info. fix #176

pull/184/head
Jeroen Pinoy 2024-11-16 15:27:10 +01:00
parent 5d0b7715db
commit b45cc8ae22
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 2 additions and 0 deletions

View File

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