Skip to content

Commit

Permalink
Add dev env vars info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
destag committed Jul 25, 2024
1 parent b220d4e commit b56d381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,7 @@ config :sentry,
capture_log_messages: true
```

Also for development purposes you can use some env variables to change the server behaviour:

- `ENABLE_TELEMETRY` if set to `true` the server will serve prometheus metrics on port 9568. Enabled by default, disable it by setting `export ENABLE_TELEMETRY=false`
- `START_DAEMON_SERVERS` if set to `true` the server will start some processes in the background. Disable it to make the development server starts faster when you are not working on MTT. Enabled by default, disable it by setting `export START_DAEMON_SERVERS=false`

0 comments on commit b56d381

Please sign in to comment.