🐛 Fix default exporter config (#10761)

This commit is contained in:
Alonso Torres 2026-07-20 21:28:24 +02:00 committed by GitHub
parent e69fdef1dc
commit 79a471a6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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