From 1bc1df5d4af029166b3be1845086c5ed8e33f39c Mon Sep 17 00:00:00 2001 From: Siwat Techavoranant Date: Wed, 14 Sep 2022 22:23:11 +0700 Subject: [PATCH] feat: add ENV in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6ebd2f6..bb58b59 100644 --- a/README.md +++ b/README.md @@ -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