We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443ab49 commit 24cd697Copy full SHA for 24cd697
docker-compose-neo4j-4.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
x-shared:
4
&common
5
- NEO4J_AUTH: neo4j/test
+ NEO4J_AUTH: neo4j/testtest
6
NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
7
NEO4J_dbms_security_allow__csv__import__from__file__urls: "true"
8
phpunit.xml.dist
@@ -12,6 +12,6 @@
12
</testsuite>
13
</testsuites>
14
<php>
15
- <env name="CONNECTION" value="neo4j://neo4j:testtest@localhost:11687"/>
+ <env name="CONNECTION" value="neo4j://neo4j:testtest@localhost:7687"/>
16
</php>
17
</phpunit>
0 commit comments