Skip to content

Commit 0d3c55e

Browse files
committed
updated readme
1 parent 4542c60 commit 0d3c55e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Open URL http://localhost/
7575
Run Postman/newman tests for REST API. Requires `npm` and `npx` package installed (`npm i -g npx`)
7676

7777
```
78-
APIURL=http://localhost:12000/conduit ./run-api-tests.sh
78+
APIURL=http://localhost/api ./run-api-tests.sh
7979
```
8080

8181
Run UnitTests with ZPM

run-api-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
55

66
# APIURL=${APIURL:-https://conduit.productionready.io/api}
7-
APIURL=${APIURL:-http://localhost:52773/conduit}
7+
APIURL=${APIURL:-http://localhost/api}
88
USERNAME=${USERNAME:-u`date +%s`}
99
EMAIL=${EMAIL:-$USERNAME@mail.com}
1010
PASSWORD=${PASSWORD:-password}

0 commit comments

Comments
 (0)