Skip to content

Commit

Permalink
fix: orchestrator devnet config formatting (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Oct 26, 2023
1 parent 763b4b6 commit 4a81062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/stacks-network/src/orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ events_keys = ["*"]
r#"
# Add stacks-api as an event observer
[[events_observer]]
endpoint = stacks-api.{}:{}
endpoint = "stacks-api.{}:{}"
retry_count = 255
include_data_events = false
events_keys = ["*"]
Expand All @@ -1013,7 +1013,7 @@ events_keys = ["*"]
r#"
# Add subnet-node as an event observer
[[events_observer]]
endpoint = subnet-node.{}:{}
endpoint = "subnet-node.{}:{}"
retry_count = 255
events_keys = ["*"]
"#,
Expand Down Expand Up @@ -1331,7 +1331,7 @@ events_keys = ["*"]
r#"
# Add subnet-api as an event observer
[[events_observer]]
endpoint = subnet-api.{}:{}
endpoint = "subnet-api.{}:{}"
retry_count = 255
include_data_events = false
events_keys = ["*"]
Expand Down

0 comments on commit 4a81062

Please sign in to comment.