NOISSUE - Update UI env variables (#189)

* Fix: Update UI env variables

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

* Fix: Add comment for EULA link

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

* Fix: Update support env variables

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

* Fix: fix typo

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

* Fix: Remove agreement

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

---------

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
This commit is contained in:
Ian Ngethe Muchiri
2025-06-05 15:25:26 +03:00
committed by GitHub
parent a8b61fe5bd
commit 8551f24893
2 changed files with 6 additions and 6 deletions
+4 -5
View File
@@ -331,12 +331,11 @@ MG_UI_IMAGE_URL=http://localhost:9097
MG_UI_BASEURL=http://localhost:3000
#Customer support email variables
SUPPORT_EMAIL=
SUPPORT_EMAIL_PASS=
MG_SUPPORT_EMAIL=
MG_SUPPORT_EMAIL_PASS=
# Docker image tag
MG_RELEASE_TAG=latest
# runtime environment
RUNTIME_ENV=production # to be changed to production before production deployment
MG_UI_DOCKER_ACCEPT_EULA=false
# Set to yes to accept the EULA for the UI services. To view the EULA visit: https://github.com/absmach/eula
MG_UI_DOCKER_ACCEPT_EULA=no
+2 -1
View File
@@ -59,8 +59,9 @@ services:
NEXT_LOG_LEVEL: "debug"
MG_HOST_URL: ${MG_HOST_URL}
MG_UI_IMAGE_URL: ${MG_UI_IMAGE_URL}
RUNTIME_ENV: ${RUNTIME_ENV}
MG_UI_DOCKER_ACCEPT_EULA: ${MG_UI_DOCKER_ACCEPT_EULA}
MG_SUPPORT_EMAIL: ${MG_SUPPORT_EMAIL}
MG_SUPPORT_EMAIL_PASS: ${MG_SUPPORT_EMAIL_PASS}
ui-backend:
image: ghcr.io/absmach/magistrala/ui-backend:latest