DEV Community

Discussion on: How to Set up FaunaDB for local development

Collapse
 
dkhd profile image
Diky Hadna ๐Ÿ’ก

Thank you for the post!

I have a question, after I run fauna add-endpoint http://localhost:8443/ --alias localhost --key secret I want to access localhost:8443/ from the browser to see if there's available GUI to manage the database.

But, it asked me the username and password.

What is the default username and password for this?

Collapse
 
englishcraig profile image
Craig Franklin

I looked into this when I first started working with Fauna, but documentation is hard to find. I vaguely remember finding some related information in very old posts, but can't remember where and it wasn't enough info for me to get anywhere. I ended up giving up and just use the CLI for interacting with the DB directly.