From 8cb85bb325970118051d06b5fd7cb3a40b9a1f6a Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Wed, 18 Dec 2024 07:38:55 +0000 Subject: [PATCH] chore: update database configuration to arangodb Signed-off-by: Otavio Santana --- src/main/resources/META-INF/microprofile-config.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/microprofile-config.properties b/src/main/resources/META-INF/microprofile-config.properties index dcfa5e2..26a3fe0 100644 --- a/src/main/resources/META-INF/microprofile-config.properties +++ b/src/main/resources/META-INF/microprofile-config.properties @@ -9,5 +9,6 @@ # You may elect to redistribute this code under either of these licenses. # +jnosql.arangodb.host=localhost:8529 jnosql.document.database=products -jnosql.mongodb.url=mongodb://localhost:27017 +jnosql.keyvalue.database=products