Neoconverse, change port and connecting to local DB

Starting Neoconverse, I get the following error:
Error: listen EADDRINUSE: Address already in use :::3000
(This port is already in use by OpenWebUI (used with Ollama). )

The error message includes the following:

...\neoconverse-master\node_modules\next\dist\bin\next:157:5) {
  code: 'EADDRINUSE',
  errno: -4091,
  syscall: 'listen',
  address: '::',
  port: 3000
}

I am new to Javascript and cannot find where to change the port.

Secondly, I have a local Neo4j database created through Neo4j Desktop. Being relatively new to all this, I did not know where I'd find the information needed to connect Neoconverse to this database when creating a new agent.

  1. How to find all necessary information needed, like "Protocol", "Hostname", "Port", "Database", "Username", and "Password" for my database in Neo4j Desktop?
  2. What should I enter in "Schema"? It's just a blank page.