Skip to content

Commit 17ff397

Browse files
committed
chore[qdrant]: PROD 오타 수정..
1 parent f266c36 commit 17ff397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ spring:
3232
vectorstore:
3333
qdrant:
3434
host: ${PROD_QDRANT_HOST}
35-
port: ${RROD_QDRANT_PORT}
35+
port: ${PROD_QDRANT_PORT}
3636
collection-name: legal_cases
3737
vector-size: 1536

0 commit comments

Comments
 (0)