Skip to content

Commit

Permalink
Update application.yaml to remove the mongo client autoconfiguration (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna authored and Brian Shim committed Aug 22, 2024
1 parent 14cc564 commit 27e8756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/acme-assist/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
vectorstore: simple

spring:
autoconfigure:
exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
data:
mongodb:
uri: <>
Expand All @@ -18,4 +20,4 @@ management:
endpoints:
web:
exposure:
include: info,health
include: info,health

0 comments on commit 27e8756

Please sign in to comment.