Skip to content

Commit 73c3d44

Browse files
committed
chore: update configuration to run on oracle nosql
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 9025b73 commit 73c3d44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.mongodb.url=mongodb://localhost:27017
12-
# mandatory define the database name
13-
jnosql.document.database=products
11+
jnosql.keyvalue.database=cards
12+
jnosql.document.database=cards
13+
jnosql.oracle.nosql.host=http://localhost:8080

0 commit comments

Comments
 (0)