Skip to content

Commit

Permalink
[NOID] Remove obsolete configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif authored Sep 17, 2024
1 parent 40d9e17 commit 36d0a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-utils/src/main/java/apoc/util/TestContainerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ private static Neo4jContainerExtension createNeo4jContainer(
.withNeo4jConfig("dbms.logs.http.enabled", "true")
.withNeo4jConfig("dbms.logs.debug.level", "DEBUG")
.withNeo4jConfig("dbms.routing.driver.logging.level", "DEBUG")
.withNeo4jConfig("internal.dbms.type_constraints", "true")
.withFileSystemBind(logsDir.toString(), "/logs")
.withFileSystemBind(
canonicalPath, "/var/lib/neo4j/import") // map the "target/import" dir as the Neo4j's import dir
Expand Down

0 comments on commit 36d0a94

Please sign in to comment.