fix: enable SSL for Redis configuration in debug environment

This commit is contained in:
Ardeman 2025-04-23 19:10:31 +08:00
parent 987ac2fe4a
commit 136c4634c8

2
env/debug.yaml vendored
View File

@ -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