From 79a471a6f196c1711e4c1e7da6f2ea1c47c950d6 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Mon, 20 Jul 2026 21:28:24 +0200 Subject: [PATCH] :bug: Fix default exporter config (#10761) --- exporter/src/app/config.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/src/app/config.cljs b/exporter/src/app/config.cljs index 8010032680..127a28fa99 100644 --- a/exporter/src/app/config.cljs +++ b/exporter/src/app/config.cljs @@ -22,7 +22,7 @@ (def ^:private defaults {:public-uri "http://localhost:3449" - :internal-uri nil + ;; :internal-uri nil ;; internal-uri cannot be nil :tenant "default" :host "localhost" :http-server-port 6061