mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat!: Expose consensus debug port, restart EN on config file change (#42)
## What ❔ Subj ## Why ❔ QoL ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Documentation comments have been added / updated.
This commit is contained in:
@ -88,9 +88,11 @@ snapshots_bucket_base_url: ""
|
||||
enable_consensus: false
|
||||
consensus_secrets_file: ""
|
||||
consensus_port: 3054
|
||||
consensus_debug_port_enabled: false
|
||||
consensus_debug_port: 5000
|
||||
consensus_outbound: []
|
||||
consensus_debug_port: 5000
|
||||
enable_consensus_debug_port: false
|
||||
expose_consensus_debug_port: false
|
||||
consensus_debug_port_path_prefix: "/consensus_debug"
|
||||
|
||||
# External Node and database options
|
||||
database_name: ""
|
||||
|
||||
Reference in New Issue
Block a user