diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2caab0a..a5086dd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -39,6 +39,7 @@ spring: host: ${REDIS_HOST} port: 6379 password: '${REDIS_PASSWORD}' + url: redis://:${REDIS_PASSWORD}@${REDIS_HOST}:6379 ssl: enabled: true