mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(sales): add sales feature toggle
This commit is contained in:
17
config/sales.php
Normal file
17
config/sales.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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),
|
||||
];
|
||||
Reference in New Issue
Block a user