turn telescope off by defautl

This commit is contained in:
Andras Bacsai
2024-08-23 17:33:00 +02:00
parent 355352417e
commit ba4315fabb

View File

@@ -16,7 +16,7 @@ return [
|
*/
'enabled' => env('TELESCOPE_ENABLED', true),
'enabled' => env('TELESCOPE_ENABLED', false),
/*
|--------------------------------------------------------------------------