This commit is contained in:
anlicheng 2023-08-07 17:29:48 +08:00
parent 049623d2a3
commit 1122d679a2

View File

@ -52,6 +52,10 @@ body: (content-type: application/json)
kafka:
{"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:
{"host": "localhost", port: 1883, "username": "test", "password": "test1234", "topic": "CET/NX/${location_code}/upload", "qos": 0|1|2}