Skip to content

Commit

Permalink
chore: Enable Ray by default and update Dockerfile with latest versio…
Browse files Browse the repository at this point in the history
…ns of PACK and NIXPACKS
  • Loading branch information
andrasbacsai committed Sep 6, 2024
1 parent 34e2132 commit fccd310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.development.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/ray.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fccd310

Please sign in to comment.