Skip to content

Commit

Permalink
Test setup: set correct neo4j password in pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorgner committed Feb 16, 2024
1 parent 72e9903 commit ded8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structr-test-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<time>20000</time>
</wait>
<env>
<NEO4J_AUTH>neo4j/admin</NEO4J_AUTH>
<NEO4J_AUTH>neo4j/admin123</NEO4J_AUTH>
<NEO4J_ACCEPT_LICENSE_AGREEMENT>yes</NEO4J_ACCEPT_LICENSE_AGREEMENT>
<NEO4J_dbms_memory_heap_max__size>8G</NEO4J_dbms_memory_heap_max__size>
<NEO4J_dbms_security_auth__minimum__password__length>5</NEO4J_dbms_security_auth__minimum__password__length>
Expand Down

0 comments on commit ded8d5a

Please sign in to comment.