diff --git a/tests/postman/env.json.tmpl b/tests/postman/env.json.tmpl index 57a8ce7c7..86d45ca77 100644 --- a/tests/postman/env.json.tmpl +++ b/tests/postman/env.json.tmpl @@ -4,13 +4,13 @@ "values": [ { "key": "apiServer", - "value": "http://localhost", + "value": "http://127.0.0.1:$API_ENGINE_SERVICE_PORT", "description": "", "enabled": true }, { "key": "webRoot", - "value": "8080", + "value": "$API_ENGINE_WEBROOT", "description": "", "enabled": true },