chore: Enable Ray by default and update Dockerfile with latest versions of PACK and NIXPACKS

This commit is contained in:
Andras Bacsai
2024-09-06 10:21:02 +02:00
parent 34e213202a
commit fccd31009c
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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.