diff --git a/README.md b/README.md index f0933e8..3b5c309 100644 --- a/README.md +++ b/README.md @@ -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: + password: ``` \ No newline at end of file