mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:50:18 +00:00
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:
committed by
GitHub
parent
a8b61fe5bd
commit
8551f24893
+4
-5
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user