Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
添加 Guzzle 设置
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 17, 2016
1 parent 811b39d commit 9083a30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ return [
// 'sub_merchant_id' => '',
// ...
],

/**
* Guzzle 全局设置
*
* 更多请参考: http://docs.guzzlephp.org/en/latest/request-options.html
*/
'guzzle' => [
'timeout' => 3.0, // 超时时间(秒)
//'verify' => false, // 关掉 SSL 认证(强烈不建议!!!)
],
];
```

Expand Down

0 comments on commit 9083a30

Please sign in to comment.