From eacb513e6244dfafdfb0ae25ee99f72aa91846ff Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 10 Sep 2019 05:52:54 +0530 Subject: [PATCH] Fix README on using env file Signed-off-by: Rohit Yadav --- ui/{.env.local => .env.local.example} | 0 ui/README.md | 1 + 2 files changed, 1 insertion(+) rename ui/{.env.local => .env.local.example} (100%) diff --git a/ui/.env.local b/ui/.env.local.example similarity index 100% rename from ui/.env.local rename to ui/.env.local.example diff --git a/ui/README.md b/ui/README.md index 09d413f4cae..630888ec4fb 100644 --- a/ui/README.md +++ b/ui/README.md @@ -36,6 +36,7 @@ Fix issues and vulnerabilities: Override the default CloudStack API URL: + mv .env.local.example .env.local Change the `API_URL` in the `.env.local` file ## History