redis ssl true

This commit is contained in:
Klaus 2024-02-17 00:24:32 +09:00
parent 5890f9932b
commit 70255273ed
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ spring:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
ssl: true
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver