Skip to content

Commit e8e2282

Browse files
committed
chore: include configuration to graph database
Signed-off-by: Otavio Santana <[email protected]>
1 parent e2fe0cd commit e8e2282

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@
1010
#
1111
jnosql.arangodb.host=localhost:8529
1212
jnosql.document.database=clouds
13-
jnosql.keyvalue.database=airport
13+
jnosql.keyvalue.database=airport
14+
15+
#graph configuration
16+
jnosql.graph.provider=org.eclipse.jnosql.mapping.graph.connections.ArangoDBGraphConfiguration
17+
jnosql.arangodb.graph.graph=marketing
18+
jnosql.arangodb.graph.vertex.1=Person
19+
jnosql.arangodb.graph.edge.1=knows
20+
jnosql.arangodb.graph.relationship.1=Person|knows|Person
21+
jnosql.graph.transaction.automatic=false

0 commit comments

Comments
 (0)