mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
18 lines
565 B
PHP
18 lines
565 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Sales page feature toggle
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Enable or disable fetching of the external Sale Rotation data. When set to
|
|
| true, the app will attempt to fetch sale rotation data from the external
|
|
| API. When false, the sales page will show a maintenance message and no
|
|
| external requests are made.
|
|
|
|
|
*/
|
|
|
|
'enabled' => env('SALES_ENABLED', false),
|
|
];
|