1
0
mirror of https://github.com/balkian/mqtt-poc.git synced 2025-08-29 16:52:22 +00:00

First commit

This commit is contained in:
J. Fernando Sánchez
2018-02-22 17:38:21 +01:00
commit a1e0d0b4b0
17 changed files with 629 additions and 0 deletions

16
golang/conf/config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mqtt" : {
"auth" : {
"internal" : [
{
"user" : "testuser",
"password" : "testpassword"
},
{
"user" : "",
"password" : ""
}
]
}
}
}