mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 05:35:07 +08:00
fix(config): autoload/common.php中缺少 token.basic.salt
Closes #14 Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
@@ -40,6 +40,9 @@ return [
|
||||
'expire_time' => 30 * 24 * 60 * 60,
|
||||
'prefix_key' => 'token:',
|
||||
],
|
||||
'basic' => [
|
||||
'salt' => 'Qfsd8866'
|
||||
]
|
||||
],
|
||||
|
||||
// redis 补充配置
|
||||
|
||||
Reference in New Issue
Block a user