diff --git a/neighbor/src/main/resources/application.yml b/neighbor/src/main/resources/application.yml index 83c8b6b..208e5ba 100644 --- a/neighbor/src/main/resources/application.yml +++ b/neighbor/src/main/resources/application.yml @@ -16,6 +16,10 @@ spring: hibernate: format_sql: false use_sql_comments: true + data: + redis: + host: ${spring.data.redis.host} + port: ${spring.data.redis.port} jwt: secret: ${JWT_SECRET} access-token-validity-in-milliseconds: ${JWT_ACCESS_TOKEN_VALIDITY_IN_MILLISECONDS}