Files
cunkebao_v3/Server/application/superadmin/config/app.php
2025-04-14 16:10:44 +08:00

9 lines
270 B
PHP

<?php
// +----------------------------------------------------------------------
// | 应用配置
// +----------------------------------------------------------------------
return [
// API基础URL
'api_base_url' => env('API_BASE_URL', 'http://yishi.com'),
];