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:
19
examples/settings.json
Normal file
19
examples/settings.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user