Skip to content

Commit

Permalink
Updates..
Browse files Browse the repository at this point in the history
  • Loading branch information
apnex committed Jun 9, 2020
1 parent 6c0da13 commit c4050f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lib/sddc.parameters
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"endpoints": [
{
"type": "vrni",
"hostname": "field-demo.vrni.cmbu.local",
"username": "[email protected]",
"password": "demoVMware1!",
"hostname": "demo.vrni.local",
"username": "demo",
"password": "demo",
"online": "true"
}
]
Expand Down
6 changes: 3 additions & 3 deletions new/sddc.parameters
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"endpoints": [
{
"type": "vrni",
"hostname": "field-demo.vrni.cmbu.local",
"username": "[email protected]",
"password": "demoVMware1!",
"hostname": "demo.vrni.local",
"username": "demo",
"password": "demo",
"online": "true"
}
]
Expand Down
6 changes: 3 additions & 3 deletions test/sddc.parameters
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"endpoints": [
{
"type": "vrni",
"hostname": "field-demo.vrni.cmbu.local",
"username": "[email protected]",
"password": "demoVMware1!",
"hostname": "demo.vrni.local",
"username": "demo",
"password": "demo",
"online": "true"
}
]
Expand Down

0 comments on commit c4050f9

Please sign in to comment.