FFXIV_Lodestone_Handler/config/chaosapi.php
2020-09-23 19:42:27 +02:00

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
]
];