From 84a9c17ecff70cca6aeed7a11b624354a09daa80 Mon Sep 17 00:00:00 2001 From: Cho Sangwook <82208159+Sangwook02@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:09:40 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=9A=B4=EC=9A=A9=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20=ED=8F=AC=ED=8A=B8=20=EB=B3=80=EA=B2=BD=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index bc22a4f..c2af459 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -1 +1,3 @@ spring.config.activate.on-profile=prod + +server.port=80 \ No newline at end of file