database_settings.yml.dist 214 B

12345678910111213
  1. connections:
  2. default:
  3. scheme: http
  4. host: localhost
  5. port: 7474
  6. auth: true
  7. user: neo4j
  8. password: 4287e44985b04c7536c523ca6ea8e67c
  9. test:
  10. scheme: http
  11. host: localhost
  12. port: 7473