mirror of
https://github.com/karust/openserp.git
synced 2026-08-19 06:38:18 +08:00
feat: Support proxy for serve
This commit is contained in:
@@ -26,6 +26,8 @@ func serve(cmd *cobra.Command, args []string) {
|
||||
Timeout: time.Second * time.Duration(config.App.Timeout),
|
||||
LeavePageOpen: config.App.IsLeaveHead,
|
||||
CaptchaSolverApiKey: config.Config2Capcha.ApiKey,
|
||||
ProxyURL: config.App.ProxyURL,
|
||||
Insecure: config.App.Insecure,
|
||||
}
|
||||
|
||||
if config.App.IsDebug {
|
||||
|
||||
Reference in New Issue
Block a user