10 lines
194 B
PHP
Raw Permalink Normal View History

2025-06-14 18:55:09 +08:00
<?php
return [
'debug' => true,
'error_reporting' => E_ALL,
'default_timezone' => 'Asia/Shanghai',
'bkv_prefix' => 'hf_mes_tmp_bkv_',
'log_server' => envs('LOG_LISTEN'),
];