Skip to content

Commit eb66ce0

Browse files
committed
Gendoc
1 parent f23f718 commit eb66ce0

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

config_defaults.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"blocks*",
4747
"transactions/*",
4848
"block-metadata/*",
49+
"transaction-metadata/*",
4950
"outputs/*"
5051
],
5152
"protectedTopics": [],

configuration.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@ Example:
115115

116116
## <a id="mqtt"></a> 4. MQTT
117117

118-
| Name | Description | Type | Default value |
119-
| ------------------------------------ | ------------------------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------- |
120-
| [websocket](#mqtt_websocket) | Configuration for websocket | object | |
121-
| [tcp](#mqtt_tcp) | Configuration for TCP | object | |
122-
| [auth](#mqtt_auth) | Configuration for auth | object | |
123-
| publicTopics | The MQTT topics which can be subscribed to without authorization. Wildcards using \* are allowed | array | commitments/\*<br/>blocks\*<br/>transactions/\*<br/>block-metadata/\*<br/>outputs/\* |
124-
| protectedTopics | The MQTT topics which only can be subscribed to with valid authorization. Wildcards using \* are allowed | array | |
125-
| [subscriptions](#mqtt_subscriptions) | Configuration for subscriptions | object | |
126-
| maximumClientWritesPending | The maximum number of pending message writes for a client | int | 8192 |
127-
| clientWriteBufferSize | The size of the client write buffer | int | 2048 |
128-
| clientReadBufferSize | The size of the client read buffer | int | 2048 |
118+
| Name | Description | Type | Default value |
119+
| ------------------------------------ | ------------------------------------------------------------------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
120+
| [websocket](#mqtt_websocket) | Configuration for websocket | object | |
121+
| [tcp](#mqtt_tcp) | Configuration for TCP | object | |
122+
| [auth](#mqtt_auth) | Configuration for auth | object | |
123+
| publicTopics | The MQTT topics which can be subscribed to without authorization. Wildcards using \* are allowed | array | commitments/\*<br/>blocks\*<br/>transactions/\*<br/>block-metadata/\*<br/>transaction-metadata/\*<br/>outputs/\* |
124+
| protectedTopics | The MQTT topics which only can be subscribed to with valid authorization. Wildcards using \* are allowed | array | |
125+
| [subscriptions](#mqtt_subscriptions) | Configuration for subscriptions | object | |
126+
| maximumClientWritesPending | The maximum number of pending message writes for a client | int | 8192 |
127+
| clientWriteBufferSize | The size of the client write buffer | int | 2048 |
128+
| clientReadBufferSize | The size of the client read buffer | int | 2048 |
129129

130130
### <a id="mqtt_websocket"></a> Websocket
131131

@@ -194,6 +194,7 @@ Example:
194194
"blocks*",
195195
"transactions/*",
196196
"block-metadata/*",
197+
"transaction-metadata/*",
197198
"outputs/*"
198199
],
199200
"protectedTopics": [],

0 commit comments

Comments
 (0)