Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 234 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 234 Bytes

Put a dev-dashboard.json file in the directory. It should look something like this:

{
  "git": {
    "repository": {
      "path": "<REPOSITORY PATH>"
    }
  },
  "database": {
    "host": "<MONGODB HOST>"
  }
}