Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Update `velox.toml` to fit the latest RR
  • Loading branch information
rustatian authored Aug 14, 2024
1 parent 295815c commit c9b8796
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/roadrunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ This is a distributed HTTP cache module for Roadrunner based on [Souin](https://

## Build the roadrunner binary
```toml
[velox]
build_args = ['-trimpath', '-ldflags', '-s -X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2/internal/meta.buildTime=${TIME}']

[roadrunner]
# ref -> reference, tag, commit or branch
ref = "master"

# the debug option is used to build RR with debug symbols to profile it with pprof
[debug]
enabled = false

[github]
[github.token]
token = "GH_TOKEN"
Expand Down

0 comments on commit c9b8796

Please sign in to comment.