From a8e38f796b508f150532b046a22890552d5cc807 Mon Sep 17 00:00:00 2001 From: Andrii Landiak Date: Wed, 3 Jul 2024 16:15:00 +0300 Subject: [PATCH] Modify tb-edge.yml: add proxy for grpc --- application/src/main/resources/tb-edge.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/src/main/resources/tb-edge.yml b/application/src/main/resources/tb-edge.yml index 521894e940..d586edb799 100644 --- a/application/src/main/resources/tb-edge.yml +++ b/application/src/main/resources/tb-edge.yml @@ -118,6 +118,12 @@ cloud: no_read_records_sleep: "${CLOUD_RPC_NO_READ_RECORDS_SLEEP:1000}" sleep_between_batches: "${CLOUD_RPC_SLEEP_BETWEEN_BATCHES:1000}" max_inbound_message_size: "${CLOUD_RPC_MAX_INBOUND_MESSAGE_SIZE:4194304}" + proxy: + enabled: "${CLOUD_RPC_PROXY_ENABLED:false}" + host: "${CLOUD_RPC_PROXY_HOST:}" + port: "${CLOUD_RPC_PROXY_PORT:}" + username: "${CLOUD_RPC_PROXY_USERNAME:}" + password: "${CLOUD_RPC_PROXY_PASSWORD:}" # Application info parameters app: