Skip to content

Commit

Permalink
add tyk2 gateway env var for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Jan 18, 2024
1 parent c33c962 commit 4a0f86c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.postman_environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a0f86c

Please sign in to comment.