From 6f1ac3791537764f6cd6cb47b6f7127cc27ed5ec Mon Sep 17 00:00:00 2001 From: Ardeman Date: Wed, 23 Apr 2025 12:57:06 +0800 Subject: [PATCH] fix: update redis host configuration in production.yaml --- env/production.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/env/production.yaml b/env/production.yaml index 1f977fa..815ae04 100644 --- a/env/production.yaml +++ b/env/production.yaml @@ -31,9 +31,8 @@ oss: public_url: https://minio-server-mwbc.onrender.com redis: - host: localhost + host: red-d046l42dbo4c73ea9iag port: 6379 - username: red-d046l42dbo4c73ea9iag password: 7cZvu08JKuO9MPNxBb97tZCVNj0ZGNp2 db: 5 ssl: false