diff --git a/www-api/app/Controllers/BaseController.php b/www-api/app/Controllers/BaseController.php index 4d76a4f4..1fc31301 100644 --- a/www-api/app/Controllers/BaseController.php +++ b/www-api/app/Controllers/BaseController.php @@ -53,16 +53,16 @@ abstract class BaseController extends Controller $this->cache_tag = $this->getSiteConfigurations("system.cache_tag"); $this->cache_server = $this->getSiteConfigurations("system.cache_host"); - $redis = [ - 'host' => $this->cache_server, - 'password' => '7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5', - 'port' => 6378, - 'timeout' => 0, - 'database' => 0, - 'prefix' => 'WRB', - ]; - //$this->load->driver('cache', $redis); - +// $redis = [ +// 'host' => $this->cache_server, +// 'password' => '7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5', +// 'port' => 6378, +// 'timeout' => 0, +// 'database' => 0, +// 'prefix' => 'WRB', +// ]; +// //$this->load->driver('cache', $redis); + } public function getIpData(){