config.js 128 B

1234567
  1. window.APP_CONFIG = {
  2. neo4j: {
  3. url: 'neo4j://192.168.20.70:7687',
  4. username: 'neo4j',
  5. password: 'psw123456'
  6. }
  7. };