mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
chore: Disable Ray by default
This commit is contained in:
@@ -6,7 +6,7 @@ return [
|
||||
*
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user