Skip to content

Commit

Permalink
add default credentials for docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Jul 23, 2024
1 parent 2ce0c11 commit be4af68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker/postman/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,21 @@
]
}
],
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "admin",
"type": "string"
},
{
"key": "username",
"value": "admin",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
Expand Down

0 comments on commit be4af68

Please sign in to comment.