mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
first commit
This commit is contained in:
15
config/bunny.php
Normal file
15
config/bunny.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'storage' => [
|
||||
'hostname' => env('BUNNY_STORAGE_HOSTNAME'),
|
||||
'username' => env('BUNNY_STORAGE_USERNAME'),
|
||||
'password' => env('BUNNY_STORAGE_PASSWORD'),
|
||||
],
|
||||
'pull_zone' => [
|
||||
'id' => env('BUNNY_PULL_ZONE_ID'),
|
||||
],
|
||||
'api' => [
|
||||
'access_key' => env('BUNNY_API_ACCESS_KEY'),
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user