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

6 lines
93 B
PHP

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