Skip to content

Commit

Permalink
feature: add support for encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 11, 2023
1 parent 0e8a90d commit 6095310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/icij/datashare/Neo4jResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public class Neo4jResource {
put("neo4jPassword", "");
put("neo4jPort", "7687");
put("neo4jSingleProject", "local-datashare");
put("neo4jUriScheme", "neo4j");
put("neo4jUser", "");
}
};
Expand Down

0 comments on commit 6095310

Please sign in to comment.