Skip to content

Commit

Permalink
Merge pull request #184 from Wachizungu/fix-proxy-diagnostics-severit…
Browse files Browse the repository at this point in the history
…y-level

fix: Set proxy settings diagonistics severity level to info. fix #176
  • Loading branch information
iglocska authored Nov 23, 2024
2 parents b8ff31a + b45cc8a commit f7f9392
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 f7f9392

Please sign in to comment.