We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95605f4 commit dbe9819Copy full SHA for dbe9819
src/main/resources/META-INF/microprofile-config.properties
@@ -8,6 +8,6 @@
8
#
9
# You may elect to redistribute this code under either of these licenses.
10
11
-jnosql.arangodb.host=localhost:8529
12
-jnosql.document.database=clouds
13
-jnosql.keyvalue.database=airport
+jnosql.mongodb.url=mongodb://localhost:27017
+# mandatory define the database name
+jnosql.document.database=products
0 commit comments