From 1691efbcae6571849daebef4154dd6588fb08c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 11 May 2021 15:10:14 +0200 Subject: [PATCH] fix: remove errornered envrionment=test --- src/lib/routes/admin-api/bootstrap-controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/routes/admin-api/bootstrap-controller.ts b/src/lib/routes/admin-api/bootstrap-controller.ts index 33a01731ba..d51192851b 100644 --- a/src/lib/routes/admin-api/bootstrap-controller.ts +++ b/src/lib/routes/admin-api/bootstrap-controller.ts @@ -111,7 +111,6 @@ class BootstrapController extends Controller { const uiConfig = { ...this.config.ui, authenticationType, - environment: 'test', unleashUrl: this.config.server.unleashUrl, version, baseUriPath: this.config.server.baseUriPath,