Skip to content

Commit

Permalink
Adding default passwords for Neo4j and Memgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
RikDTJanssen committed Apr 24, 2024
1 parent 66b8451 commit a59af47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ricgraph.ini-sample
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ graphdb = neo4j
graphdb_hostname = localhost
graphdb_databasename = neo4j
graphdb_user = neo4j
# Default password for Neo4j is 'neo4j' (without quotes).
graphdb_password =

# ### These additional parameters are for Neo4j Desktop ###
Expand All @@ -153,7 +154,8 @@ graphdb_port = 7687
#graphdb_hostname = localhost
#graphdb_databasename = memgraph
#graphdb_user = memgraph
#graphdb_password =
# Default password for Memgraph is 'memgraph' (without quotes).
#graphdb_password =
#graphdb_scheme = bolt
#graphdb_port = 7687
# ###############################################################
Expand Down

0 comments on commit a59af47

Please sign in to comment.