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 bcf31f5 commit 30d2a13
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 @@ -2735,6 +2735,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 30d2a13

Please sign in to comment.