1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00

fix: remove errornered envrionment=test

This commit is contained in:
Ivar Conradi Østhus 2021-05-11 15:10:14 +02:00
parent f57e056368
commit 1691efbcae
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

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