From 1216e70b0812b2f1bb0b5c0b99bf463ac6f2696e Mon Sep 17 00:00:00 2001 From: Andre Pereira Date: Thu, 11 Aug 2022 17:17:21 +0100 Subject: [PATCH] Fix devenv tempo port (#53605) --- devenv/datasources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/datasources.yaml b/devenv/datasources.yaml index 11ef5cf9bf2..33f3bb713e2 100644 --- a/devenv/datasources.yaml +++ b/devenv/datasources.yaml @@ -285,5 +285,5 @@ datasources: type: tempo uid: gdev-tempo access: proxy - url: http://localhost:3101 + url: http://localhost:3200 editable: false