We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4542c60 commit 0d3c55eCopy full SHA for 0d3c55e
README.md
@@ -75,7 +75,7 @@ Open URL http://localhost/
75
Run Postman/newman tests for REST API. Requires `npm` and `npx` package installed (`npm i -g npx`)
76
77
```
78
-APIURL=http://localhost:12000/conduit ./run-api-tests.sh
+APIURL=http://localhost/api ./run-api-tests.sh
79
80
81
Run UnitTests with ZPM
run-api-tests.sh
@@ -4,7 +4,7 @@ set -x
4
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
5
6
# APIURL=${APIURL:-https://conduit.productionready.io/api}
7
-APIURL=${APIURL:-http://localhost:52773/conduit}
+APIURL=${APIURL:-http://localhost/api}
8
USERNAME=${USERNAME:-u`date +%s`}
9
EMAIL=${EMAIL:-$USERNAME@mail.com}
10
PASSWORD=${PASSWORD:-password}
0 commit comments