二维码生成
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
const debug = true // true 是连地服务端本地,false 是连接线上
|
||||
const debug = false // true 是连地服务端本地,false 是连接线上
|
||||
|
||||
const development = {
|
||||
domain: 'http://192.168.1.139:10215',
|
||||
devCode: "2aaecd0b124df819eda75e639a1f91fd",
|
||||
key: "f81804778c89c779"
|
||||
}
|
||||
|
||||
const production = {
|
||||
|
||||
@@ -7,5 +7,6 @@ export const MQTT_OPTIONS = {
|
||||
clientId: '',
|
||||
username: MQTT_USERNAME,
|
||||
password: MQTT_PASSWORD,
|
||||
clean: false
|
||||
clean: false,
|
||||
Qos: 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user