Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BBesrour committed Oct 26, 2024
1 parent 0f8229d commit e158ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ artemis:
enabled: true
sendAdminDetails: true
destination: http://localhost:8081
```

We use basic authentication for getting the data from the telemetry service. You will need to adjust the `application.yml` of the telemetry service accordingly:
```
telemetry:
user: <user>
password: <password>
```

0 comments on commit e158ffb

Please sign in to comment.