Add pprof

This commit is contained in:
Jon Staab
2026-04-15 12:51:13 -07:00
parent dc8c16527b
commit b067b8b2b6
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ Zooid supports a few environment variables, which configure shared resources lik
- `DATA` - where to store databse files. Defaults to `./data`.
- `API_HOST` - the hostname on which to expose the management API. If not set, the API is disabled.
- `API_WHITELIST` - a comma-separated list of nostr hex pubkeys authorized to use the management API. Required when `API_HOST` is set.
- `PPROF_ADDR` - an http host to serve pprof stats on.
## Configuration