From 372086f5bae074a399050ef1b40287f774dbf3b2 Mon Sep 17 00:00:00 2001 From: joohyun Date: Fri, 26 Apr 2024 17:10:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20application.yml=20=EB=B0=8F=20cicd.yml?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 53ff21e..9f96055 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,6 +8,12 @@ spring: profiles: active: dev + redis: + host: ${redisHost} + port: ${redisPort} + password: ${redisPassword} + database: ${redisDatabase} + eureka: instance: prefer-ip-address: true @@ -16,3 +22,8 @@ eureka: fetch-registry: true service-url: defaultZone: http://127.0.0.1:8761/eureka + + +t3t: + secret: + key: ${jwtSecretKey} \ No newline at end of file