peer add ipv6

This commit is contained in:
xiaomlove
2022-04-21 16:14:08 +08:00
parent 541f0eb46f
commit 06cb452fdd
11 changed files with 182 additions and 90 deletions

View File

@@ -20,6 +20,7 @@ return [
'host' => nexus_env('REDIS_HOST', '127.0.0.1'),
'port' => nexus_env('REDIS_PORT', 6379),
'database' => nexus_env('REDIS_DB', 0),
'password' => nexus_env('REDIS_PASSWORD'),
],
'elasticsearch' => [