Skip to content

Commit c2ab3a7

Browse files
authored
disable telescope by default
1 parent 9968aad commit c2ab3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/telescope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
|
6767
*/
6868

69-
'enabled' => env('TELESCOPE_ENABLED', true),
69+
'enabled' => env('TELESCOPE_ENABLED', false),
7070

7171
/*
7272
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)