Skip to content

Commit dbe9819

Browse files
committed
chore: update configuration
Signed-off-by: Otavio Santana <[email protected]>
1 parent 95605f4 commit dbe9819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/META-INF/microprofile-config.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
#
99
# You may elect to redistribute this code under either of these licenses.
1010
#
11-
jnosql.arangodb.host=localhost:8529
12-
jnosql.document.database=clouds
13-
jnosql.keyvalue.database=airport
11+
jnosql.mongodb.url=mongodb://localhost:27017
12+
# mandatory define the database name
13+
jnosql.document.database=products

0 commit comments

Comments
 (0)