-
-
Notifications
You must be signed in to change notification settings - Fork 3
Fauna secret
It only takes a few seconds to get setup. There are three steps:
-
Sign in to your FaunaDB account
Visit https://dashboard.fauna.com/ in your web browser, and log in / sign up.
-
Create a database for your new project.
Skip this step if you have performed it previously.
-
Click the New Database button,
-
Enter
faugra
as the database name, (or any name you might prefer) -
Click Save.
-
-
Create an admin key for the
faugra
databaseSkip this step if you have performed it previously.
-
Click Security in the left navigation bar,
-
Click New Key,
-
Ensure that the Database field matches the database name you just created,
-
Ensure that the Role field is set to Admin,
-
Enter
Faugra Key
into the Key Name field, -
Click Save,
-
Copy the displayed secret, and store it somewhere safe. This is your fauna secret!
-