Add outgoing proxy setting

This commit is contained in:
Kijin Sung 2024-10-27 17:05:10 +09:00
parent 14c18ceb70
commit ccf8806bb4
5 changed files with 25 additions and 1 deletions

View file

@ -151,5 +151,7 @@ return array(
],
'use_rewrite' => true,
'use_sso' => false,
'other' => array(),
'other' => [
'proxy' => null,
],
);