prepare for v1.6.0-beta

This commit is contained in:
xiaomlove
2021-01-30 13:53:15 +08:00
parent 328e8ef953
commit 1ad59dd4cd
15 changed files with 151 additions and 66 deletions

13
config/nexus.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
return [
'timezone' => env('TIMEZONE', 'PRC'),
'log_file' => env('LOG_FILE', '/tmp/nexus.log'),
'log_split' => env('LOG_SPLIT', 'daily'),
'use_cron_trigger_cleanup' => env('USE_CRON_TRIGGER_CLEANUP', false),
];