Skip to content

Commit

Permalink
Revert neo4j url in app for dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaz committed Nov 26, 2023
1 parent ddd4029 commit f409543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phylodb/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.data.neo4j.uri=bolt://phylodb-neo4j:7687
#spring.data.neo4j.uri=bolt://localhost:7687
#spring.data.neo4j.uri=bolt://phylodb-neo4j:7687
spring.data.neo4j.uri=bolt://localhost:7687
spring.data.neo4j.username=neo4j
spring.data.neo4j.password=password

Expand Down

0 comments on commit f409543

Please sign in to comment.