mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
prepare for v1.6.0-beta
This commit is contained in:
13
config/nexus.php
Normal file
13
config/nexus.php
Normal 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),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user