6 lines
93 B
PHP
6 lines
93 B
PHP
|
<?php
|
||
|
$config['user'] = [
|
||
|
'secret' => 'testing',
|
||
|
'tokenLifetime' => 300, // in secs
|
||
|
];
|