mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:57:40 +03:00
21 lines
606 B
JSON
21 lines
606 B
JSON
{
|
|
"ota": {
|
|
"base_url": "https://apps.f0xx.org/v0/ota/channel/stable.json",
|
|
"base_urls": [
|
|
"https://apps.f0xx.org/v0/ota/channel/stable.json",
|
|
"https://foxx.org/v0/ota/channel/stable.json",
|
|
"https://mirror.foxx.org/v0/ota/channel/stable.json",
|
|
"mqtt://foxx.org:8443/ota/v0/channel/stable.json"
|
|
],
|
|
"trusted": "true",
|
|
"check_interval": "1m"
|
|
},
|
|
"crash": {
|
|
"enabled": "true",
|
|
"upload_url": "https://apps.f0xx.org/app/androidcast_project/crashes/api/upload.php",
|
|
"prune_after_upload": "true",
|
|
"upload_interval": "5m",
|
|
"max_pending": 32
|
|
}
|
|
}
|