Skip to content

Commit

Permalink
fix value reading in env.json.tmpl
Browse files Browse the repository at this point in the history
Signed-off-by: YoungHypo <[email protected]>
  • Loading branch information
YoungHypo committed Sep 19, 2024
1 parent b2ea3f2 commit 9c62c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/postman/env.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 9c62c2c

Please sign in to comment.