Skip to content

Commit

Permalink
Disable dev services for default connection in Named*MongoClientConfi…
Browse files Browse the repository at this point in the history
…gTest

We don't want to start a Docker container in these tests.
  • Loading branch information
gsmet committed Jul 11, 2022
1 parent 05d5a60 commit cd6695e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# disable dev services explicitly for default connection
quarkus.mongodb.devservices.enabled=false

quarkus.mongodb.cluster1.connection-string=mongodb://127.0.0.1:27018
quarkus.mongodb.cluster2.connection-string=mongodb://127.0.0.1:27019

0 comments on commit cd6695e

Please sign in to comment.