cleared credentialsList in default httpClientConfig.json for opensync-gateway-cloud-process - we are using client cert auth between cloud services, user/passwords are not used for that

This commit is contained in:
Dmitry Toptygin
2020-07-13 12:28:58 -04:00
parent cf29aae904
commit 4301889bdf

View File

@@ -11,7 +11,6 @@
"keystorePass":"mypassword",
"keyAlias":"clientqrcode",
"credentialsList":[
{"host":"localhost","port":-1,"user":"user","password":"password"}
]
}