Skip to content

Commit

Permalink
Modify tb-edge.yml: add proxy for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiLandiak committed Jul 3, 2024
1 parent e0a4310 commit a8e38f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/src/main/resources/tb-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8e38f7

Please sign in to comment.