diff --git a/README.md b/README.md index a200ba8e..be4cdba1 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/config_example.yml b/config_example.yml index 2574b252..9e5d40ac 100644 --- a/config_example.yml +++ b/config_example.yml @@ -22,8 +22,7 @@ database: debug: false nats: address: localhost:4222 - clusterID: test-cluster - clientID: wal-listener + streamName: "wal_listener" topicPrefix: "" monitoring: sentryDSN: "" \ No newline at end of file