chore: Disable Ray by default
This commit is contained in:
parent
e7ab43c018
commit
34e213202a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* By default, `ray()` will only transmit data in non-production environments.
|
* 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.
|
* When enabled, all cache events will automatically be sent to Ray.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue