From c2830c0f74c05c7dff136b0268f1c4642b68b5a9 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 21 Aug 2014 17:42:10 -0700 Subject: [PATCH] ui: update readme for dev confi --- ui/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/README.md b/ui/README.md index 6e1fabb59a..9a25f4448e 100644 --- a/ui/README.md +++ b/ui/README.md @@ -47,6 +47,11 @@ An example of this command, from inside the `ui/` directory, would be: Basic tests can be run by adding the `?test` query parameter to the application. +When developing Consul, it's recommended that you use the included +development configuration. + + consul agent -config-file=development_config.json + ### Releasing `make dist`