From 5ae28da709850ff002f650c746954414738c8da8 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Wed, 31 Jul 2024 00:32:48 +0200 Subject: [PATCH] Revert ":bug: Set proper default tenant on exporter" This reverts commit 86b2ce4dab9d70733c448e9b73c0905c6a66f949. --- 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 ae590e53f..4c0088077 100644 --- a/exporter/src/app/config.cljs +++ b/exporter/src/app/config.cljs @@ -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"