Revert "🐛 Set proper default tenant on exporter"

This reverts commit 86b2ce4dab.
This commit is contained in:
Julian Schacher
2024-07-31 00:32:48 +02:00
parent dba94237dc
commit 5ae28da709

View File

@@ -17,7 +17,7 @@
(def ^:private defaults
{:public-uri "http://localhost:3449"
:tenant "dev"
:tenant "default"
:host "localhost"
:http-server-port 6061
:http-server-host "0.0.0.0"