Files
laralog/config/market.php
T

21 lines
616 B
PHP
Raw 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
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,
];