mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
18 lines
589 B
PHP
18 lines
589 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Cloudflare Information
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| These values are used to purge the Cloudflare cache when the application
|
|
| is updated. The zone ID can be found in the Cloudflare dashboard under
|
|
| the "Overview" tab. The bearer token can be generated in the "API" tab.
|
|
|
|
|
*/
|
|
|
|
'cf_zone_id' => env('CLOUDFLARE_ZONE_ID', '00000'),
|
|
'cf_auth_bearer' => env('CLOUDFLARE_AUTH_BEARER', '00000'),
|
|
];
|