Skip to content

Commit

Permalink
chore: update database configuration to arangodb
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Dec 18, 2024
1 parent 799f6fc commit 8cb85bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/microprofile-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8cb85bb

Please sign in to comment.