From 508bd4b1be683cdf74a789873b58626fa398ee76 Mon Sep 17 00:00:00 2001 From: 101 Date: Thu, 25 Jan 2024 14:48:01 +0900 Subject: [PATCH] =?UTF-8?q?redis=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 52f5b4fa..41f5dc47 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,6 +4,11 @@ spring: uri: ${MONGO_URI} database: ${MONGO_DB} + redis: + host: ${REDIS_HOST} + port: ${REDIS_PORT} + password: ${REDIS_PW} + servlet: multipart: max-file-size: 10MB