Skip to content

Database Credentials Configuration in .dbconfig file

bhaveshmjain edited this page Feb 23, 2017 · 3 revisions

The database credentials should be configured in the .dbconfig file residing in the config folder. The following values need to be updated,

  1. dblocation- it should specify the location of the database server (Eg: "localhost:7474")
  2. dbaccount- Specify the username to access the database
  3. dbpassword- Specify the password to access the database

Example:

{ "dbaccount" : "neo4j", "dbpassword" : "neo4j", "dblocation" : "localhost:7474" }

Clone this wiki locally