Files

24 lines
643 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
/*
|--------------------------------------------------------------------------
| 插件/主题市场
|--------------------------------------------------------------------------
|
| url 留空表示不使用远程市场,仅支持本地 ZIP 安装。
| 远程市场需返回 JSON{ items: [ { type, vendor, name, version, title, description, author, checksum, download_url } ] }
|--------------------------------------------------------------------------
*/
'url' => env('MARKET_URL', ''),
'token' => env('MARKET_TOKEN', ''),
'timeout' => 15,
];