Skip to content

Commit

Permalink
add code block language
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored Mar 24, 2020
1 parent e6b8cc3 commit fb43fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ npm i gatsby-plugin-appsync

Rename **.env.example** created by this plugin inside your root folder to your environment name. e.g **.env.development** if NODE_ENV is set to development. Also change the settings there

```GATSBY_GRAPHQL_ENDPOINT=http://localhost:20002/graphql
```text
GATSBY_GRAPHQL_ENDPOINT=http://localhost:20002/graphql
GATSBY_REGION=eu-west-2
GATSBY_COGNITO_USER_POOL_ID=
GATSBY_COGNITO_IDENTITY_POOL_ID=
Expand Down

0 comments on commit fb43fc1

Please sign in to comment.