Skip to content

Commit fccd310

Browse files
committed
chore: Enable Ray by default and update Dockerfile with latest versions of PACK and NIXPACKS
1 parent 34e2132 commit fccd310

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.development.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ DB_HOST=host.docker.internal
2222
DB_PORT=5432
2323

2424
#Set custom ray port
25+
RAY_ENABLED=false
2526
RAY_PORT=
2627

2728
# Special Keys for Andras

config/ray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* By default, `ray()` will only transmit data in non-production environments.
88
*/
9-
'enable' => env('RAY_ENABLED', false),
9+
'enable' => env('RAY_ENABLED', true),
1010

1111
/*
1212
* When enabled, all cache events will automatically be sent to Ray.

0 commit comments

Comments
 (0)