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.

Specify database name to use

madiskou
Graph Buddy

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

1 REPLY 1

arusev
Node Link

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.