From 42db3a3d92b92470553753ab75ced8c9d25d2a11 Mon Sep 17 00:00:00 2001 From: hylee Date: Wed, 10 May 2023 18:31:12 +0900 Subject: [PATCH] =?UTF-8?q?refactor:properties=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.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index a4c95b6..1b4fd3a 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -13,3 +13,6 @@ spring.datasource.password=mjon!@#$ server.port=9100 +logging.level.root=info + +api.root.url=http://localhost:8080