17 lines
278 B
PHP
17 lines
278 B
PHP
<?php
|
|
|
|
return [
|
|
'middleware-enabled' => !env('APP_DEBUG', false),
|
|
|
|
'cachetime' => 60,
|
|
|
|
'helix' => [
|
|
'rank_time' => [
|
|
"Recruit" => 0,
|
|
"Initiate" => 14,
|
|
"Member" => 44,
|
|
],
|
|
'demotion_time_hours' => 5
|
|
]
|
|
];
|