15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"app_id": "your_app_id",
|
|
"app_name": "Your Application",
|
|
"channel": "stable",
|
|
"api_base_url": "http://127.0.0.1:8000",
|
|
"platform": "windows",
|
|
"arch": "x64",
|
|
"current_version": "1.0.0",
|
|
"client_token": "replace_me",
|
|
"launch_token": "replace_me",
|
|
"request_timeout_ms": 5000,
|
|
"temp_folder": "update_temp",
|
|
"device_id": ""
|
|
}
|