Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtamir authored Dec 22, 2021
1 parent 8cf0f2c commit 00eff34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
- `UNIT_BASE_API_URL` - Unit's API endpoint
- `UNIT_API_TOKEN` - Unit's API token (without the "Bearer" text)
3. Run `npm run dev`

Example:
```
PORT=4400 UNIT_BASE_API_URL=http://localhost:3000 UNIT_API_TOKEN=v2.public.eyJyb2xlIjoic3VwZXIi... npm run dev
```

0 comments on commit 00eff34

Please sign in to comment.