Skip to content

Commit

Permalink
Restoring old Neo4j for test instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Mar 13, 2024
1 parent 0d6c3bf commit c92f4e4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions datasets/poaceae-test/config/neo4j/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<!-- For all the rest, the defaults should be fine -->
<import resource = "defaults-cfg.xml" />

<!--
<bean name = "neo4j.BoltUrl" class = "java.lang.String">
<constructor-arg value = "bolt://babvs65.rothamsted.ac.uk:7687" />
</bean>
Expand All @@ -22,18 +21,6 @@
<bean name = "neo4j.password" class = "java.lang.String">
<constructor-arg value = "ronlyuser" />
</bean>
-->

<bean name = "neo4j.BoltUrl" class = "java.lang.String">
<constructor-arg value = "bolt://ec2-18-169-155-109.eu-west-2.compute.amazonaws.com:7687/db/cereals-free" />
</bean>
<bean name = "neo4j.user" class = "java.lang.String">
<constructor-arg value = "public" />
</bean>
<bean name = "neo4j.password" class = "java.lang.String">
<constructor-arg value = "passwordless" />
</bean>


<bean name = "configDirPath" class = "java.lang.String">
<constructor-arg value = "#{ systemProperties['knetminer.configDir'] }/neo4j" />
Expand Down

0 comments on commit c92f4e4

Please sign in to comment.