chore: Enable Ray by default and update Dockerfile with latest versions of PACK and NIXPACKS
This commit is contained in:
parent
34e213202a
commit
fccd31009c
2 changed files with 2 additions and 1 deletions
|
|
@ -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 @@
|
|||
*
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue