From a011896cc0cbb5c399763a6d3f9cf31bfa5d38ba Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 6 May 2019 11:11:27 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f3499376..de22f94b42 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ * npm start * visit `https://127.0.0.1:3001/` -**note:** These instructions assume you have the [awx](https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#running-the-environment) development api server up and running at `localhost:8043`. +**note:** These instructions assume you have the [awx](https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#running-the-environment) development api server up and running at `localhost:8043`. You can use a different backend server with the `TAGET_HOST` and `TARGET_PORT` environment variables when starting the development server: + +```shell +# use a non-default host and port when starting the development server +TARGET_HOST='ec2-awx.amazonaws.com' TARGET_PORT='443' npm run start +``` ## Unit Tests