Skip to content

Commit

Permalink
fix: updates to additional config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Oct 10, 2024
1 parent b2d98e3 commit e7b31c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ auth_token = "12345"
[[events_observer]]
endpoint = "0.0.0.0.0:30000"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
[[ustx_balance]]
Expand Down Expand Up @@ -148,8 +146,6 @@ pox_reward_length = 900
[[events_observer]]
endpoint = "0.0.0.0.0:30000"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
# Set your auth token, which the signer uses
Expand Down
1 change: 0 additions & 1 deletion reference/stacks-node-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ peer_port = 8333

[[events_observer]]
endpoint = "localhost:3700"
retry_count = 255
events_keys = ["*"]
```

0 comments on commit e7b31c5

Please sign in to comment.