Skip to content

Commit c78c1d9

Browse files
authored
Merge pull request #124 from prgrms-web-devcourse-final-project/chore/33-infra
chore[qdrant]: PROD 오타 수정..
2 parents f266c36 + 17ff397 commit c78c1d9

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)