From ada2b9c2a42cdf9731b5327267dd18ed6fdbbee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=87=8E=E5=8F=8B=E5=8D=9A?= Date: Sat, 7 Feb 2026 18:40:57 +0900 Subject: [PATCH] =?UTF-8?q?application.yml=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ff762da..40c94f4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: application: - name: routine-app-2 + name: routine-app-1 thymeleaf: cache: false web: @@ -32,7 +32,7 @@ spring: open-in-view: false server: - port: ${PORT:8080} + port: ${DATABASE_PORT:8080} logging: level: