chore(data bridge): comment example config
Signed-off-by: zhanghongtong <rory-z@outlook.com>
This commit is contained in:
parent
12ad1c2f07
commit
c94d4d9a28
|
@ -3,28 +3,28 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
emqx_data_bridge.bridges: [
|
emqx_data_bridge.bridges: [
|
||||||
{name: "mysql-abc"
|
# {name: "mysql-abc"
|
||||||
type: mysql
|
# type: mysql
|
||||||
config: {
|
# config: {
|
||||||
server: "127.0.0.1:3306"
|
# server: "127.0.0.1:3306"
|
||||||
database: mqtt
|
# database: mqtt
|
||||||
pool_size: 1
|
# pool_size: 1
|
||||||
user: root
|
# user: root
|
||||||
password: public
|
# password: public
|
||||||
auto_reconnect: true
|
# auto_reconnect: true
|
||||||
ssl: false
|
# ssl: false
|
||||||
}
|
# }
|
||||||
},
|
# },
|
||||||
{name: "mysql-def"
|
# {name: "mysql-def"
|
||||||
type: mysql
|
# type: mysql
|
||||||
config: {
|
# config: {
|
||||||
server: "127.0.0.1:3306"
|
# server: "127.0.0.1:3306"
|
||||||
database: mqtt
|
# database: mqtt
|
||||||
pool_size: 1
|
# pool_size: 1
|
||||||
user: root
|
# user: root
|
||||||
password: public
|
# password: public
|
||||||
auto_reconnect: true
|
# auto_reconnect: true
|
||||||
ssl: false
|
# ssl: false
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue