Skip to content

Commit

Permalink
chore: Disable Ray by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 6, 2024
1 parent e7ab43c commit 34e2132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ray.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* By default, `ray()` will only transmit data in non-production environments.
*/
'enable' => env('RAY_ENABLED', true),
'enable' => env('RAY_ENABLED', false),

/*
* When enabled, all cache events will automatically be sent to Ray.
Expand Down

0 comments on commit 34e2132

Please sign in to comment.