1
0
mirror of https://github.com/balkian/mqtt-poc.git synced 2024-12-22 12:58:12 +00:00
mqtt-poc/golang/conf/config.json

17 lines
182 B
JSON
Raw Normal View History

2018-02-22 16:38:21 +00:00
{
"mqtt" : {
"auth" : {
"internal" : [
{
"user" : "testuser",
"password" : "testpassword"
},
{
"user" : "",
"password" : ""
}
]
}
}
}