1
0
mirror of https://github.com/balkian/mqtt-poc.git synced 2024-12-22 04:48:12 +00:00
mqtt-poc/golang/conf/config.json
J. Fernando Sánchez a1e0d0b4b0 First commit
2018-02-22 17:38:21 +01:00

17 lines
182 B
JSON

{
"mqtt" : {
"auth" : {
"internal" : [
{
"user" : "testuser",
"password" : "testpassword"
},
{
"user" : "",
"password" : ""
}
]
}
}
}