Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #4

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ returning the string "Hello World" as a response, but you should be able to send

## Fauna Setup
Follow [these](https://docs.fauna.com/fauna/current/learn/quick_start/client_quick_start?lang=javascript#prerequisites)
instructions from steps 1 through 3 to obtain an access key. For local development,
copy and paste the value of the acces key into `FAUNA_ACCESS_KEY` in the [fastly.toml](./fastly.toml) file.
instructions to [create a database](https://docs.fauna.com/fauna/current/get_started/client_quick_start?lang=javascript#create-a-database) and [get a database access token](https://docs.fauna.com/fauna/current/get_started/client_quick_start?lang=javascript#get-a-database-access-token). For local development,
copy and paste the value of the database access token into `FAUNA_ACCESS_KEY` in the [fastly.toml](./fastly.toml) file.


## Test locally
Expand All @@ -50,7 +50,7 @@ or [fastly CLI](https://developer.fastly.com/reference/cli/dictionary/create/):

* Dictionary name = `fauna_env_variables`
* Set write-only = `true`
* Create a dictionary item with the key = `FAUNA_ACCESS_KEY` and value = the access key obtained from the Fauna database.
* Create a dictionary item with the key = `FAUNA_ACCESS_KEY` and value = the database access token obtained from the Fauna database.

Example steps using CLI:
1. Create dictionary
Expand Down