Skip to content

Commit

Permalink
feat: add ENV in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed Sep 14, 2022
1 parent 82fe5a4 commit 1bc1df5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ You can publish the config file with:
php artisan vendor:publish --tag="vesta-client-config"
```

You should set the following ENV variables:

- `VESTA_SECRET` - The secret key provided by Vesta
- `VESTA_ISSUER` - The issuer URL provided by Vesta
- `VESTA_URL`- The URL of the Vesta API (optional)

## Usage

```php
Expand Down

0 comments on commit 1bc1df5

Please sign in to comment.