首页修改,jk8修改,历史记录相关,api权限
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
return [
|
||||
// 默认缓存驱动
|
||||
'default' => env('cache.driver', 'file'),
|
||||
'default' => env('cache.driver', 'redis'),
|
||||
|
||||
// 缓存连接方式配置
|
||||
'stores' => [
|
||||
@@ -25,5 +25,12 @@ return [
|
||||
'serialize' => [],
|
||||
],
|
||||
// 更多的缓存连接
|
||||
// redis缓存
|
||||
'redis' => [
|
||||
// 驱动方式
|
||||
'type' => 'redis',
|
||||
// 服务器地址
|
||||
'host' => '127.0.0.1',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'domain' => 'https://1xace.n9686b.com/api/v1/index.php/',
|
||||
'access_id' => 23873027,
|
||||
'token' => 'fee0e83b784c61210287168af714bca61f29db688c0fa08e7659c2f7d8b729c2',
|
||||
'domain' => 'https://pms99.as6868.com/api/v1/index.php/',
|
||||
'access_id' => 366068146,
|
||||
'token' => '882311d5b502cb8e28898c402112643d0c693a45432e4406ea7a629a22c5577b',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user