Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-03-2020 08:27 AM
Hello,
I want to know how can we specify the database name in the configuration, as like :
pring:
data:
neo4j:
uri:
username:
password:
Thank you
08-10-2020 12:56 AM
Why do you need to specify the database name?
org:
neo4j:
driver:
uri: bolt://localhost:7687
authentication:
username: neo4j
password: neo4j
You could only have one database running and pointing at the specific URI, you wont be needing to specify the DB's name.
All the sessions of the conference are now available online