fix: Set proxy settings diagonistics severity level to info. fix #176
parent
5d0b7715db
commit
b45cc8ae22
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue