Hi,
this is what my index.js looks like:
const neo4j = require('neo4j-driver').v1;
const driver = neo4j.driver("https://bolt.custom-endpoint.ca:443", neo4j.auth.basic("neo4j", "password123"));
/* https://bolt.custom-endpoint.ca:443 connects to the...