mirror of
https://github.com/balkian/mqtt-poc.git
synced 2024-12-22 04:48:12 +00:00
17 lines
182 B
JSON
17 lines
182 B
JSON
{
|
|
"mqtt" : {
|
|
"auth" : {
|
|
"internal" : [
|
|
{
|
|
"user" : "testuser",
|
|
"password" : "testpassword"
|
|
},
|
|
{
|
|
"user" : "",
|
|
"password" : ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|