cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Yaml properties example

bpruitt
Node Link

Can someone show an example properties.yaml file? All I need are the basics: url, user, pw. Its not obvious to me how to set the profile.

Thanks.

1 REPLY 1

Are you referring to a Spring Boot application.yml with Spring Data Neo4j or to something else?

For this it would look like:

spring:
	data:
		neo4j:
			username: neo4j
			password: secret
			uri: bolt://localhost:7687