From d3a68c9cd025f31cf240ae0f41bf5525ad549ed4 Mon Sep 17 00:00:00 2001 From: juchan204 Date: Wed, 4 Dec 2024 00:06:53 +0900 Subject: [PATCH] =?UTF-8?q?MATE-85=20:=20[FIX]=20test.yml=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/resources/application-test.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index b688048d..b5d28357 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -17,4 +17,17 @@ spring: h2: console: enabled: true - path: /h2-console \ No newline at end of file + path: /h2-console + +oauth: + naver: + client-id: ${NAVER_CLIENT_ID} + redirect-uri: ${NAVER_REDIRECT_URI} + client-secret: ${NAVER_CLIENT_SECRET} + +jwt: + secret_key: ${JWT_SECRET_KEY} + +openweather: + api: + key: ${OPENWEATHER_API_KEY} \ No newline at end of file