From dd3f40d6541a9ef3eecbe19afba5eb69ea68f42c Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 26 Mar 2025 20:56:57 -0500 Subject: [PATCH] changed cache name in env file --- standardnotes/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes/.env b/standardnotes/.env index bb7f727..00bae0a 100644 --- a/standardnotes/.env +++ b/standardnotes/.env @@ -14,7 +14,7 @@ DB_TYPE=mysql ######### REDIS_PORT=6379 -REDIS_HOST=cache +REDIS_HOST=standardnotes-cache CACHE_TYPE=redis ########