Add configuration for User class
This commit is contained in:
parent
832bf929dc
commit
b9dc0fc5fe
5
config/0005.user.php
Normal file
5
config/0005.user.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
$config['user'] = [
|
||||||
|
'secret' => 'testing',
|
||||||
|
'tokenLifetime' => 300, // in secs
|
||||||
|
];
|
Loading…
x
Reference in New Issue
Block a user