From b49a5f347d9c8c57220c220cdb57509f0391d919 Mon Sep 17 00:00:00 2001 From: juchan204 Date: Fri, 6 Dec 2024 02:08:07 +0900 Subject: [PATCH] =?UTF-8?q?MATE-95=20:=20[FIX]=20application.yml=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9386a59a..3cbb00b6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,4 +4,4 @@ spring: develop: dev, common production: prod, common local: local, common - active: ${SPRING_PROFILES_ACTIVE:local} \ No newline at end of file + active: ${SPRING_PROFILES_ACTIVE:develop} \ No newline at end of file