From 38dd704984afc13407c9a7cde445310b17f01445 Mon Sep 17 00:00:00 2001 From: Chris Hut Date: Mon, 16 Oct 2023 15:41:53 -0700 Subject: [PATCH] Make a change in /ui so that frontend tasks will fire --- ui/packages/consul-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/README.md b/ui/packages/consul-ui/README.md index a54c4e2603..fcc6a2a38c 100644 --- a/ui/packages/consul-ui/README.md +++ b/ui/packages/consul-ui/README.md @@ -92,7 +92,7 @@ consul. You can also run the UI against a normal Consul installation. * `consul server -dev` to start consul listening on http://localhost:8500 -* `make start-consul` to start the ember app proxying to `consul` (this will +* `make start-consul` to start the ember app proxying to `consul` which will respect the `CONSUL_HTTP_ADDR` environment variable to locate the Consul installation. * Visit your app at [http://localhost:4200](http://localhost:4200).