chore: Enable Ray by default and update Dockerfile with latest versions of PACK and NIXPACKS
This commit is contained in:
@@ -22,6 +22,7 @@ DB_HOST=host.docker.internal
|
||||
DB_PORT=5432
|
||||
|
||||
#Set custom ray port
|
||||
RAY_ENABLED=false
|
||||
RAY_PORT=
|
||||
|
||||
# Special Keys for Andras
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
*
|
||||
* By default, `ray()` will only transmit data in non-production environments.
|
||||
*/
|
||||
'enable' => env('RAY_ENABLED', false),
|
||||
'enable' => env('RAY_ENABLED', true),
|
||||
|
||||
/*
|
||||
* When enabled, all cache events will automatically be sent to Ray.
|
||||
|
Reference in New Issue
Block a user