fix docs
This commit is contained in:
parent
049623d2a3
commit
1122d679a2
@ -52,6 +52,10 @@ body: (content-type: application/json)
|
|||||||
|
|
||||||
kafka:
|
kafka:
|
||||||
{"bootstrap_server": ["localhost:9092"], "topic": "test", "username": "test", "password": "password1234"}
|
{"bootstrap_server": ["localhost:9092"], "topic": "test", "username": "test", "password": "password1234"}
|
||||||
|
|
||||||
|
mysql:
|
||||||
|
{"host": "localhost", port: 3306, "username": "test", "password": "test1234", "database": "iot", "table_name": "north_data"}
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
{"host": "localhost", port: 1883, "username": "test", "password": "test1234", "topic": "CET/NX/${location_code}/upload", "qos": 0|1|2}
|
{"host": "localhost", port: 1883, "username": "test", "password": "test1234", "topic": "CET/NX/${location_code}/upload", "qos": 0|1|2}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user