We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fea8ea commit 20e9730Copy full SHA for 20e9730
src/main/resources/META-INF/microprofile-config.properties
@@ -9,3 +9,7 @@ metrics.rest-request.enabled=false
9
app.greeting=Hello
10
11
12
+# configure the MongoDB client for a replica set of two nodes
13
+jnosql.mongodb.url=mongodb://localhost:27017
14
+# mandatory define the database name
15
+jnosql.document.database=tools
0 commit comments