Browse Source

Edge functionality enabled by default

pull/5098/head
Volodymyr Babak 5 years ago
parent
commit
54bed0e5d8
  1. 2
      application/src/main/resources/thingsboard.yml

2
application/src/main/resources/thingsboard.yml

@ -699,7 +699,7 @@ transport:
# Edges parameters
edges:
enabled: "${EDGES_ENABLED:false}"
enabled: "${EDGES_ENABLED:true}"
rpc:
port: "${EDGES_RPC_PORT:7070}"
client_max_keep_alive_time_sec: "${EDGES_RPC_CLIENT_MAX_KEEP_ALIVE_TIME_SEC:300}"

Loading…
Cancel
Save