29 lines
549 B
JSON
29 lines
549 B
JSON
{
|
|
"Mqtt": {
|
|
"Host": "mosquitto",
|
|
"Port": 1883,
|
|
"ClientId": "frame-processor",
|
|
"Username": null,
|
|
"Password": null,
|
|
"UseTls": false,
|
|
"BaseTopic": "frames",
|
|
"PublishQos": 1,
|
|
"RetryBackoffSeconds": [1, 2, 5, 15, 60]
|
|
},
|
|
"ApiKey": "change-me",
|
|
"Storage": {
|
|
"ImageDirectory": "/data/images"
|
|
},
|
|
"UrlFetch": {
|
|
"MaxBytes": 52428800,
|
|
"TimeoutSeconds": 30,
|
|
"MaxRedirects": 3
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|