mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
13 lines
238 B
PHP
13 lines
238 B
PHP
<?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),
|
|
|
|
]; |