This commit is contained in:
2022-12-24 22:10:40 +08:00
parent 84fc1030a7
commit 2a00928da5
4898 changed files with 429855 additions and 77 deletions
+10 -3
View File
@@ -13,10 +13,17 @@
*/
return [
#Default保存限流插件和账号密码等,dns仅保存DNS信息
'default' => [
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'host' => '121.228.166.201',
'password' => 'Qi2005112!',
'port' => 16379,
'database' => 0,
],
'dns' => [
'host' => '121.228.166.201',
'password' => 'Qi2005112!',
'port' => 16379,
'database' => 1,
],
];