Skip to content

Instantly share code, notes, and snippets.

@ilwsm
Last active July 17, 2023 15:44
Show Gist options
  • Save ilwsm/94520f06cd04adc376b14d19885660fb to your computer and use it in GitHub Desktop.
Save ilwsm/94520f06cd04adc376b14d19885660fb to your computer and use it in GitHub Desktop.
[
{
"hostname": "localhost2",
"port": 8080,
"credential": [
{
"username": "Username",
"password": "password"
},
{
"username": "notValid",
"password": "password2"
}
]
},
{
"hostname": "host2",
"port": 8081,
"credential": [
{
"username": "Username1",
"password": "password2"
}
]
},
{
"hostname": "host3",
"port": 8080,
"credential": [
{
"username": "",
"password": ""
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment