Fix env variable
This commit is contained in:
parent
6f5122386b
commit
7a2500910b
@ -75,9 +75,9 @@ public class EdgeGrpcClient implements EdgeRpcClient {
|
|||||||
private String proxyHost;
|
private String proxyHost;
|
||||||
@Value("${cloud.rpc.proxy.port:0}")
|
@Value("${cloud.rpc.proxy.port:0}")
|
||||||
private int proxyPort;
|
private int proxyPort;
|
||||||
@Value("${cloud.rpc.proxy.host:}")
|
@Value("${cloud.rpc.proxy.username:}")
|
||||||
private String proxyUsername;
|
private String proxyUsername;
|
||||||
@Value("${cloud.rpc.proxy.port:0}")
|
@Value("${cloud.rpc.proxy.password:}")
|
||||||
private String proxyPassword;
|
private String proxyPassword;
|
||||||
@Getter
|
@Getter
|
||||||
private int serverMaxInboundMessageSize;
|
private int serverMaxInboundMessageSize;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user