From 4a0f86caae5c7ff217f1f393f6f380aa91c2242c Mon Sep 17 00:00:00 2001 From: David Garvey Date: Thu, 18 Jan 2024 17:20:37 +0100 Subject: [PATCH] add tyk2 gateway env var for test env --- test.postman_environment.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.postman_environment.json b/test.postman_environment.json index fbeedea2..b83a38ab 100644 --- a/test.postman_environment.json +++ b/test.postman_environment.json @@ -61,6 +61,11 @@ "key": "tyk-portal.host", "value": "tyk-portal:3100", "enabled": true + }, + { + "key": "tyk2-gateway.host", + "value": "tyk2-gateway:8080", + "enabled": true } ], "_postman_variable_scope": "environment",