test(M00): 补充本地MQTT认证冒烟入口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Copy to a Git-ignored local env file before running mqtt-smoke.sh.
|
||||
# Do not commit real usernames or passwords.
|
||||
|
||||
QIPAI_MQTT_HOST=127.0.0.1
|
||||
QIPAI_MQTT_PORT=1883
|
||||
QIPAI_MQTT_PROTOCOL=mqtt
|
||||
QIPAI_MQTT_VERSION=3.1.1
|
||||
QIPAI_MQTT_QOS=1
|
||||
|
||||
# Fill these only in a local ignored file.
|
||||
QIPAI_MQTT_USERNAME=
|
||||
QIPAI_MQTT_PASSWORD=
|
||||
|
||||
# Optional. Leave blank to derive from the generated client id.
|
||||
QIPAI_MQTT_ALLOWED_PUBLISH_TOPIC=
|
||||
QIPAI_MQTT_ALLOWED_SUBSCRIBE_TOPIC=
|
||||
QIPAI_MQTT_DENIED_SUBSCRIBE_TOPIC=$SYS/#
|
||||
Reference in New Issue
Block a user