cache server adjustment

This commit is contained in:
CHIEFSOFT\ameye
2024-07-04 16:43:44 -04:00
parent 7f08dd2838
commit 634e0d0a6a
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -153,7 +153,8 @@ class Cache extends BaseConfig
* @var array<string, int|string|null>
*/
public $redis = [
'host' => '10.0.0.32',
'host_old' => '10.0.0.32',
'host' => '172.16.4.20',
'password' => '7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5',
'port' => 6378,
'timeout' => 0,