Skip to content

Commit 986e179

Browse files
authored
Merge pull request #153 from prgrms-web-devcourse-final-project/develop
bug[deploy]: 임베디드 false
2 parents 596fd98 + 37eb5e0 commit 986e179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/main/resources/application-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ spring:
2828
host: ${PROD_REDIS_HOST}
2929
port: ${PROD_REDIS_PORT}
3030
password: ${PROD_REDIS_PASSWORD}
31+
embedded: false
3132
ai:
3233
vectorstore:
3334
qdrant:

0 commit comments

Comments
 (0)