1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00

crash handler snapshot, unverified

This commit is contained in:
Anton Afanasyeu
2026-05-20 14:31:55 +02:00
parent a4107797fa
commit d420c3e94a
77 changed files with 3932 additions and 87 deletions

19
examples/settings.json Normal file
View File

@@ -0,0 +1,19 @@
{
"ota": {
"base_url": "https://foxx.org/v0/ota/channel/stable.json",
"base_urls": [
"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://f0xx.org/app/androidcast_project/crashes/api/upload.php",
"prune_after_upload": "true",
"upload_interval": "5m",
"max_pending": 32
}
}