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