From f0c80632bca4ea5c8ce950453397c8b4c283937b Mon Sep 17 00:00:00 2001 From: henrietteharmse Date: Fri, 9 Feb 2024 09:28:28 +0000 Subject: [PATCH] Moved application.properties to the correct directory to be picked up. --- oxo-indexer/{ => src/main/resources}/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename oxo-indexer/{ => src/main/resources}/application.properties (89%) diff --git a/oxo-indexer/application.properties b/oxo-indexer/src/main/resources/application.properties similarity index 89% rename from oxo-indexer/application.properties rename to oxo-indexer/src/main/resources/application.properties index 780409c..a8e04ca 100644 --- a/oxo-indexer/application.properties +++ b/oxo-indexer/src/main/resources/application.properties @@ -4,7 +4,7 @@ logging.level.uk.ac.ebi.spot=INFO oxo.neo.driver=org.neo4j.ogm.drivers.http.driver.HttpDriver #oxo.neo.driver=org.neo4j.ogm.drivers.bolt.driver.BoltDriver -oxo.neo.uri=http://neo4j:dba@localhost:7474 +oxo.neo.uri=http://localhost:7474 #bolt://neo4j:dba@localhost:7688 spring.data.solr.host=http://localhost:8983/solr