Files
2024-08-09 21:31:09 +05:00

6 lines
93 B
PHP

<?php
$config['user'] = [
'secret' => 'testing',
'tokenLifetime' => 300, // in secs
];