plugin_market_host
This commit is contained in:
parent
488b3eb17b
commit
b2bf8d2603
@ -284,7 +284,7 @@ class AppController extends Base
|
||||
{
|
||||
// 下载zip
|
||||
$options = [
|
||||
'base_uri' => config('app.plugin_login_host'),
|
||||
'base_uri' => config('plugin.admin.app.plugin_market_host'),
|
||||
'timeout' => 30,
|
||||
'connect_timeout' => 5,
|
||||
'verify' => false,
|
||||
|
@ -18,6 +18,6 @@ return [
|
||||
'debug' => true,
|
||||
'request_class' => Request::class,
|
||||
'controller_suffix' => 'Controller',
|
||||
'plugin_login_host' => 'https://www.workerman.net',
|
||||
'plugin_market_host' => 'https://www.workerman.net',
|
||||
'version' => '0.3.0'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user