From 8fb548024fc318b0be308be3116de52f1576b2e4 Mon Sep 17 00:00:00 2001 From: KimSongMok Date: Wed, 23 Oct 2024 22:18:31 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20prod.yml=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-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 1e7f4b28..0f99cac2 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -8,4 +8,4 @@ spring: oauth2: redirect-url: https://splanet.co.kr/login/oauth2/code/kakao config: - import: env.properties \ No newline at end of file + import: optional:env.properties \ No newline at end of file