mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-30 20:52:12 +08:00
Fix endpoint URL
This commit is contained in:
@@ -6,7 +6,7 @@ This is enabled by adding an entry to the node's `config.toml` file:
|
||||
```toml
|
||||
...
|
||||
[[events_observer]]
|
||||
endpoint = "http://listener:3700"
|
||||
endpoint = "listener:3700"
|
||||
events_keys = [
|
||||
"*"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user