-
Notifications
You must be signed in to change notification settings - Fork 15
Description
hello, I set up AuraDB cloud and can sign in ok.
I started with the community/enterprise trial local Neo Desktop and got cypher-workbench working. But I moved to online AuraDB subscription.
I re-installed cypher-workbench locally to work with my online Aura. I did not create any new user accounts or roles. I am using the generated password to get into my server instance.
I have updated the api/.env with:
NEO4J_URI=neo4j+s://YYYYYY.databases.neo4j.io // my instance URL connection
NEO4J_USER=neo4j
NEO4J_PASSWORD=XXXXXX // the generated password given me
NEO4J_DATABASE=ZZZZZZ // name of the database in my instance connection
and:
NEO4J_ENCRYPTED=neo4j+s
no changes to the default ui/.env
I start both UI & API servers locally.
When the UI panel opens in my browser running on standard: http://localhost:3000/login
What 'email' and password do I sign in with?
Am i doing this correctly? I couldn't find if sypher-workbench is native to Aura DB in neo cloud?
Should I use local Neo Desktop to connect to online Aura and then connect my local cypher-workbench to desktop?
I just read to use remote-Aura for Desktop to use my Aura password. but in cypher-workbench what do I use?
---- when I was wotking local bueore online Aura I would enter the Admin & default neo4j password and the embedded password in the api/.evv was the user=Neo4j and password=password.