Files
cunkebao_v3/Server/application/superadmin/config/app.php

9 lines
270 B
PHP
Raw Normal View History

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