chore: finalize license compliance cleanup

This commit is contained in:
danaisuiyuan
2026-04-30 17:57:03 +08:00
parent b650f0f167
commit bc1e7a308a
12 changed files with 98 additions and 330 deletions

View File

@@ -13,8 +13,6 @@
// | 应用设置
// +----------------------------------------------------------------------
use crmeb\basic\BaseAuth;
return [
// 应用地址
'app_host' => env('HOST', ''),
@@ -43,5 +41,5 @@ return [
// 显示错误信息
'show_error_msg' => false,
// 授权密钥
'auth_crmeb' => BaseAuth::AUTH_CRMEB
'auth_crmeb' => ''
];