diff --git a/docs/admin/telemetry.rst b/docs/admin/telemetry.rst index 95c3b8168f3a..b2f8634253ab 100644 --- a/docs/admin/telemetry.rst +++ b/docs/admin/telemetry.rst @@ -26,7 +26,7 @@ Example configuration in `application-prod.yml`: telemetry: enabled: true sendAdminDetails: false - destination: telemetry.artemis.cit.tum.de + destination: https://telemetry.artemis.cit.tum.de info: contact: contactMailAddress@cit.tum.de diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index 23abff9c330b..51563c3c3898 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -146,4 +146,4 @@ artemis: telemetry: enabled: false # Disable sending any telemetry information to the telemetry service by setting this to false sendAdminDetails: false # Include the admins email and name in the telemetry data. Set to false to disable - destination: telemetry.artemis.cit.tum.de + destination: https://telemetry.artemis.cit.tum.de diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index 576e5ca01cde..9a9830d29e58 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -20,7 +20,7 @@ artemis: telemetry: enabled: true # Disable sending any telemetry information to the telemetry service by setting this to false sendAdminDetails: true # Include personal identifiable information of the admin, including email and name in the telemetry data - destination: telemetry.artemis.cit.tum.de + destination: https://telemetry.artemis.cit.tum.de spring: devtools: