You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
521 B
20 lines
521 B
{
|
|
"mqtt": {
|
|
"brokerUrl": "tcp://127.0.0.1:1883",
|
|
"clientId": "yvan-rcs-dev-1",
|
|
"username": "user",
|
|
"password": "user",
|
|
"websocket": "mqtt://127.0.0.1:7883"
|
|
},
|
|
"mysql": {
|
|
"jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",
|
|
"username": "rcs2_tw_zhanghui",
|
|
"password": "Rcs2_tw_zhanghui"
|
|
},
|
|
"redis": {
|
|
"host": "180.100.199.56",
|
|
"port": 6379,
|
|
"database": 0,
|
|
"password": "yxt123456"
|
|
}
|
|
}
|
|
|