Skip to content

Commit

Permalink
docs: 📝 added section about env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Nov 15, 2023
1 parent 90815d3 commit ce83772
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ npm i
npm run sync-i18n
```

### Environment variables

You can use environment variables to define Storyblok access token and region.

- `SB_ACCESS_TOKEN`, overriten by `-t, --token`
- `SB_REGION`, overriten by `-r, --region`

## Requirements

For this script to work, you need to setup a datasource following these rules:
Expand Down

0 comments on commit ce83772

Please sign in to comment.