test-php-rest-api-user/config/0005.user.php

6 lines
93 B
PHP
Raw Normal View History

2024-08-10 00:31:09 +08:00
<?php
$config['user'] = [
'secret' => 'testing',
'tokenLifetime' => 300, // in secs
];