chore: Disable Ray by default

This commit is contained in:
Andras Bacsai
2024-09-06 10:20:35 +02:00
parent e7ab43c018
commit 34e213202a

View File

@@ -6,7 +6,7 @@ return [
* *
* 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.