From 00016972749e927a14b3bc542caaca7f87e9aed5 Mon Sep 17 00:00:00 2001 From: Klaus Date: Thu, 7 Aug 2025 16:15:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EA=B0=92=20=EB=B3=80=EC=88=98=EB=AA=85=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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0c81b0a..5620001 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,8 +9,8 @@ logging: EC2MetadataUtils: error weraser: - apiUrl: {$WERASER_API_URL} - apiKey: {$WERASER_API_KEY} + apiUrl: ${WERASER_API_URL} + apiKey: ${WERASER_API_KEY} bootpay: applicationId: ${BOOTPAY_APPLICATION_ID}