From 136c4634c88632e24cc4b06312248a0d594fbc38 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Wed, 23 Apr 2025 19:10:31 +0800 Subject: [PATCH] fix: enable SSL for Redis configuration in debug environment --- env/debug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/debug.yaml b/env/debug.yaml index c97d555..af72580 100644 --- a/env/debug.yaml +++ b/env/debug.yaml @@ -36,7 +36,7 @@ redis: username: red-d046l42dbo4c73ea9iag password: 7cZvu08JKuO9MPNxBb97tZCVNj0ZGNp2 db: 5 - ssl: false + ssl: true max-idle-connections-in-second: 600 max-open-connections-in-second: 600 connection-max-life-time-in-second: 600