Skip to content

Commit 19e2f84

Browse files
authored
Merge pull request #59 from rickkuilman/patch-1
Replaced BUNNYCDN_APY_KEY with BUNNYCDN_API_KEY
2 parents 17af0fa + a8db58d commit 19e2f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ Finally, add the `bunnycdn` driver into your `config/filesystems.php` configurat
9696
'bunnycdn' => [
9797
'driver' => 'bunnycdn',
9898
'storage_zone' => env('BUNNYCDN_STORAGE_ZONE'),
99-
'api_key' => env('BUNNYCDN_APY_KEY'),
99+
'api_key' => env('BUNNYCDN_API_KEY'),
100100
'region' => env('BUNNYCDN_REGION', \PlatformCommunity\Flysystem\BunnyCDN\BunnyCDNRegion::DEFAULT)
101101
],
102102

103103
...
104104
```
105105

106-
Lastly, populate your `BUNNYCDN_STORAGE_ZONE`, `BUNNYCDN_APY_KEY` `BUNNYCDN_REGION` variables in your `.env` file.
106+
Lastly, populate your `BUNNYCDN_STORAGE_ZONE`, `BUNNYCDN_API_KEY` `BUNNYCDN_REGION` variables in your `.env` file.
107107

108108
```dotenv
109109
BUNNYCDN_STORAGE_ZONE=testing_storage_zone
110-
BUNNYCDN_APY_KEY="api-key"
110+
BUNNYCDN_API_KEY="api-key"
111111
# BUNNYCDN_REGION=uk
112112
```
113113

0 commit comments

Comments
 (0)