Browse Source

switched EDGES_RPC_ENABLED to false

pull/2436/head
Bohdan Smetaniuk 6 years ago
parent
commit
afacaf2547
  1. 2
      application/src/main/resources/thingsboard.yml

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

@ -588,7 +588,7 @@ transport:
# Edges parameters
edges:
rpc:
enabled: "${EDGES_RPC_ENABLED:true}"
enabled: "${EDGES_RPC_ENABLED:false}"
port: "${EDGES_RPC_PORT:7070}"
ssl:
# Enable/disable SSL support

Loading…
Cancel
Save