From a0923b220176ee0db9280da0f9e56300a1bc0aca Mon Sep 17 00:00:00 2001 From: HunSeongPark Date: Mon, 22 Jan 2024 21:58:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[FEAT=20#103]=20=EC=95=A0=ED=94=8C=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20client=20id=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 90cd10c..c27986d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,7 +14,7 @@ spring: default_batch_fetch_size: 100 apple: - client_id: com.dnd.reetplace + client_id: ac.dnd.Reet-Place key_id: ${REET_PLACE_APPLE_KEY_ID:none} team_id: ${REET_PLACE_APPLE_TEAM_ID:none} private_key: ${REET_PLACE_APPLE_PRIVATE_KEY:none} @@ -41,6 +41,7 @@ spring: kakao: rest-api-key: ${REET_PLACE_LOCAL_KAKAO_API_KEY} +jwt.secret: reet-place_sec_jwt_ret_ke_y_ace4p23_s32pices3_q23r1sfees_3ke --- # Settings for production(dev-server) logging: From 8c23b81f94459670cc823c736483a0039786c01f Mon Sep 17 00:00:00 2001 From: HunSeongPark Date: Mon, 22 Jan 2024 22:00:36 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[FEAT=20#103]=20yml=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c27986d..9435405 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -41,7 +41,6 @@ spring: kakao: rest-api-key: ${REET_PLACE_LOCAL_KAKAO_API_KEY} -jwt.secret: reet-place_sec_jwt_ret_ke_y_ace4p23_s32pices3_q23r1sfees_3ke --- # Settings for production(dev-server) logging: