Skip to content

Commit

Permalink
fix: Set proxy settings diagonistics severity level to info. fix #176
Browse files Browse the repository at this point in the history
  • Loading branch information
Wachizungu committed Nov 16, 2024
1 parent 5d0b771 commit b45cc8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,14 @@ protected function generateSettingsConfiguration()
'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',
Expand Down

0 comments on commit b45cc8a

Please sign in to comment.