Commit 54bed0e5d8c709bdb084d0e3c51dafdf03873af7
1 parent
327607e8
Edge functionality enabled by default
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -699,7 +699,7 @@ transport: | @@ -699,7 +699,7 @@ transport: | ||
699 | 699 | ||
700 | # Edges parameters | 700 | # Edges parameters |
701 | edges: | 701 | edges: |
702 | - enabled: "${EDGES_ENABLED:false}" | 702 | + enabled: "${EDGES_ENABLED:true}" |
703 | rpc: | 703 | rpc: |
704 | port: "${EDGES_RPC_PORT:7070}" | 704 | port: "${EDGES_RPC_PORT:7070}" |
705 | client_max_keep_alive_time_sec: "${EDGES_RPC_CLIENT_MAX_KEEP_ALIVE_TIME_SEC:300}" | 705 | client_max_keep_alive_time_sec: "${EDGES_RPC_CLIENT_MAX_KEEP_ALIVE_TIME_SEC:300}" |