add support Apache AGE
This commit is contained in:
+9
-1
@@ -7,4 +7,12 @@ POSTGRES_PORT = 5432
|
||||
NEO_ACTIVE=false
|
||||
NEO_USER=neo4j
|
||||
NEO_PASS=pass
|
||||
NEO_HOST=neo4j://localhost:7687
|
||||
NEO_HOST=neo4j://localhost:7687
|
||||
|
||||
AGE_ACTIVE=false
|
||||
AGE_USER=postgres
|
||||
AGE_PASS=pass
|
||||
AGE_HOST=localhost
|
||||
AGE_PORT=5432
|
||||
AGE_DB=university
|
||||
AGE_GRAPH_NAME=movie_graph
|
||||
Reference in New Issue
Block a user