Browse Source

Make a change in /ui so that frontend tasks will fire

pull/19240/head
Chris Hut 1 year ago
parent
commit
38dd704984
  1. 2
      ui/packages/consul-ui/README.md

2
ui/packages/consul-ui/README.md

@ -92,7 +92,7 @@ consul.
You can also run the UI against a normal Consul installation. You can also run the UI against a normal Consul installation.
* `consul server -dev` to start consul listening on http://localhost:8500 * `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 respect the `CONSUL_HTTP_ADDR` environment variable to locate the Consul
installation. installation.
* Visit your app at [http://localhost:4200](http://localhost:4200). * Visit your app at [http://localhost:4200](http://localhost:4200).

Loading…
Cancel
Save