Commit 601599f717d1df56f409020efe5f0cecfa4c14d4
Committed by
GitHub
Merge pull request #5098 from volodymyr-babak/fix/enable-edge-by-default
[3.3.1] Edge functionality enabled by default
Showing
4 changed files
with
4 additions
and
4 deletions
... | ... | @@ -699,7 +699,7 @@ transport: |
699 | 699 | |
700 | 700 | # Edges parameters |
701 | 701 | edges: |
702 | - enabled: "${EDGES_ENABLED:false}" | |
702 | + enabled: "${EDGES_ENABLED:true}" | |
703 | 703 | rpc: |
704 | 704 | port: "${EDGES_RPC_PORT:7070}" |
705 | 705 | client_max_keep_alive_time_sec: "${EDGES_RPC_CLIENT_MAX_KEEP_ALIVE_TIME_SEC:300}" | ... | ... |