This commit is contained in:
Default
2025-04-14 15:08:34 +08:00
parent ea2c6119f1
commit f0188c94cc
6 changed files with 130 additions and 104 deletions

11
code/config/proxy.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
// +----------------------------------------------------------------------
// | 代理设置
// +----------------------------------------------------------------------
return [
'proxy_status' => env('PROXY_STATUS', false),
'proxy_code' => env('PROXY_CODE', ''),
'proxy_order' => env('PROXY_ORDER', ''),
'proxy_secret' => env('PROXY_SECRET', ''),
];