From aa2510bc66ef5fee73a840653c2ad3e3f5c18f4a Mon Sep 17 00:00:00 2001 From: DooHyoJeong Date: Tue, 30 Sep 2025 00:45:43 +0900 Subject: [PATCH] =?UTF-8?q?bug[deploy]:=20=EC=9E=84=EB=B2=A0=EB=94=94?= =?UTF-8?q?=EB=93=9C=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/application-prod.yml b/backend/src/main/resources/application-prod.yml index 66ff1e14..5556e096 100644 --- a/backend/src/main/resources/application-prod.yml +++ b/backend/src/main/resources/application-prod.yml @@ -28,6 +28,7 @@ spring: host: ${PROD_REDIS_HOST} port: ${PROD_REDIS_PORT} password: ${PROD_REDIS_PASSWORD} + embedded: false ai: vectorstore: qdrant: