Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-07-2019 11:40 AM
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.
10-22-2019 11:42 PM
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
All the sessions of the conference are now available online