From 86b2ce4dab9d70733c448e9b73c0905c6a66f949 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 23 May 2024 14:42:52 +0200 Subject: [PATCH] :bug: Set proper default tenant on exporter --- 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 4c0088077..ae590e53f 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 "default" + :tenant "dev" :host "localhost" :http-server-port 6061 :http-server-host "0.0.0.0"