Skip to content

Commit

Permalink
Blank out username/password
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Mar 28, 2018
1 parent 80e0bec commit ec2c3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/petasos/petasos-consul.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"scheme": "https",
"datacenter": "asd",
"httpAuth": {
"username": "xmidt-consul",
"password": "GetInvolved"
"username": "XXXXX",
"password": "XXXXX"
}
},
"disableGenerateIDs": true,
Expand Down

0 comments on commit ec2c3a2

Please sign in to comment.