From bfcda0d394e173f23b29142699671372a0209940 Mon Sep 17 00:00:00 2001 From: minwoo-3 Date: Wed, 24 Jun 2026 08:31:10 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20yaml=20=ED=99=98=EA=B2=BD=EB=B3=80?= =?UTF-8?q?=EC=88=98=EC=97=90=20=EB=A7=9E=EA=B2=8C=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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 6b0eebd..5d78b96 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -20,7 +20,7 @@ spring: host: smtp.gmail.com port: 587 username: ${MAIL_USERNAME:whereg87@gmail.com} - password: ${MAIL_PASSWORD:} + password: ${MAIL_PASSWORD} properties: mail: smtp: