package
0.14.0
Repository: https://github.com/absmach/magistrala-ui.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

UI

UI provides an alternative method to interact with the Magistrala system.

Configuration

The service is configured using the environment variables presented in the following table. Note that any unset variables will be replaced with their default values.

VariableDescriptionDefault
MG_UI_LOG_LEVELLog level for UIinfo
MG_UI_PORTPort where UI service is run9095
MG_HTTP_ADAPTER_URLHTTP adapter URLhttp://localhost:8008
MG_READER_URLReader URLhttp://localhost:9007
MG_THINGS_URLThings URLhttp://localhost:9000
MG_USERS_URLUsers URLhttp://localhost:9002
MG_VERIFICATION_TLSVerification TLS flagfalse
MG_BOOTSTRAP_URLBootstrap URLhttp://localhost:9013
MG_UI_INSTANCE_IDUnique identifier for the UI instance
MG_UI_HOST_URLBase URL for the UIhttp://localhost:9095