16 lines
241 B
JSON
16 lines
241 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"Mqtt": {
|
||
|
"Host": "example.hivemq.cloud",
|
||
|
"Port": 8883,
|
||
|
"Username": "user",
|
||
|
"Password": "password"
|
||
|
}
|
||
|
}
|