From b99babe540d03c0855b4c1b40dde68d2710cb0ae Mon Sep 17 00:00:00 2001 From: 101 Date: Tue, 23 Jan 2024 16:17:00 +0900 Subject: [PATCH] =?UTF-8?q?jwt=20secret=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f5f36b45..b8a842f0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,4 +8,8 @@ spring: multipart: max-file-size: 10MB max-request-size: 10MB - enabled: true \ No newline at end of file + enabled: true + + +jwt: + secret: ${JWT_SECRET} \ No newline at end of file