Skip to content

Commit

Permalink
Fix config example
Browse files Browse the repository at this point in the history
  • Loading branch information
ihippik committed Sep 11, 2022
1 parent 1886a11 commit f9717e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ database:
debug: false
nats:
address: localhost:4222
clusterID: test-cluster
clientID: wal-listener
streamName: "wal_listener"
topicPrefix: ""
monitoring:
sentryDSN: "dsn string"
Expand Down
3 changes: 1 addition & 2 deletions config_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ database:
debug: false
nats:
address: localhost:4222
clusterID: test-cluster
clientID: wal-listener
streamName: "wal_listener"
topicPrefix: ""
monitoring:
sentryDSN: ""

0 comments on commit f9717e6

Please sign in to comment.