server config

This commit is contained in:
CHIEFSOFT\ameye
2024-07-04 16:57:16 -04:00
parent 634e0d0a6a
commit 9446a704b3
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -153,8 +153,7 @@ class Cache extends BaseConfig
* @var array<string, int|string|null>
*/
public $redis = [
'host_old' => '10.0.0.32',
'host' => '172.16.4.20',
'host' => '10.0.0.32',
'password' => '7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5',
'port' => 6378,
'timeout' => 0,
+1 -2
View File
@@ -62,8 +62,7 @@ abstract class BaseController extends Controller
'prefix' => 'WRB',
];
//$this->load->driver('cache', $redis);
}
public function getIpData(){