This commit is contained in:
Default
2025-04-15 16:33:25 +08:00
parent ccdae1e854
commit 5893a41166
23 changed files with 1686 additions and 1080 deletions

View File

@@ -6,6 +6,7 @@
return [
'proxy_status' => env('PROXY_STATUS', false),
'proxy_code' => env('PROXY_CODE', ''),
'proxy_order' => env('PROXY_ORDER', ''),
'proxy_host' => env('PROXY_HOST', ''),
'proxy_key' => env('PROXY_KEY', ''),
'proxy_secret' => env('PROXY_SECRET', ''),
];