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:
16
golang/conf/config.json
Normal file
16
golang/conf/config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"mqtt" : {
|
||||
"auth" : {
|
||||
"internal" : [
|
||||
{
|
||||
"user" : "testuser",
|
||||
"password" : "testpassword"
|
||||
},
|
||||
{
|
||||
"user" : "",
|
||||
"password" : ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user