Skip to content
Snippets Groups Projects
Commit 94f69584 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6354 fix property name

parent 034c5041
Branches
Tags
No related merge requests found
...@@ -48,7 +48,7 @@ public class GrpcClientsProperties { ...@@ -48,7 +48,7 @@ public class GrpcClientsProperties {
static class ClientProperty { static class ClientProperty {
@NotEmpty @NotEmpty
private String address; private String address;
private String negotationType = "TLS"; private String negotiationType = "TLS";
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment