Replies: 1 comment 2 replies
-
@mglmc , the EdgeX UI uses bootstrapper, but not consul for it own configuration. It only uses the local configuration.yaml file due to Here is how all other services specify using Consul and to use default location of local configuration.yaml file on first startup which it uses to seed services configuration into Consul. Here is where the UI is using bootstrapper as all other EdgeX services do: Bootstrapper takes care of loading the configuration for either local configuration.yaml, URI to remote file or from Consul based on the command line options used. |
Beta Was this translation helpful? Give feedback.
-
Hi,
we're working in a modified backend-ui-go and we realized that that module is a special module since it has a similar structure of the application service, but, without the advantages of using the bootstrap and configuration centralized (consul).
Any recommendation in how to add those advantages (consul and bootstrap) in the backend-ui-go?
Beta Was this translation helpful? Give feedback.
All reactions