Skip to content

Commit

Permalink
default variables for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov authored Jul 1, 2024
1 parent 41fec58 commit 6552a9f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tools/postman/podkrepi.bg.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,17 @@
"variable": [
{
"key": "podkrepi_address",
"value": "https://dev.podkrepi.bg",
"value": "http://localhost:5010",
"type": "string"
},
{
"key": "user",
"value": "[email protected]",
"type": "string"
},
{
"key": "password",
"value": "$ecurePa33",
"type": "string"
}
]
Expand Down

0 comments on commit 6552a9f

Please sign in to comment.