From 63bf5edbe1432c017450829fd66eab71eb08d1a4 Mon Sep 17 00:00:00 2001 From: Abdul Kareem Date: Wed, 18 Feb 2026 15:04:15 +0300 Subject: [PATCH] Update MEMCACHED_HOST default in cache config --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index b32aead..0f29b24 100644 --- a/config/cache.php +++ b/config/cache.php @@ -65,7 +65,7 @@ return [ ], 'servers' => [ [ - 'host' => env('MEMCACHED_HOST', '127.0.0.1'), + 'host' => env('MEMCACHED_HOST', 'https://tabeleymvp2-8b111c91640a.hosted.ghaymah.systems'), 'port' => env('MEMCACHED_PORT', 11211), 'weight' => 100, ],