From 2d33462bc5d00b1f67909eaa1900ba20a4195419 Mon Sep 17 00:00:00 2001 From: wugawuga Date: Thu, 10 Aug 2023 00:11:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20application.yml=20profile=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 17ccb9e7b..b94299772 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: local + active: { DEPLOY_ACTIVE } servlet: multipart: enabled: true