23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"app_id": "simcae",
|
|
"app_name": "SimCAE",
|
|
"channel": "stable",
|
|
"current_version": "1.0.0",
|
|
"client_protocol": "3",
|
|
"launch_token": "SimCAE_Launch_Token_2026_ChangeMe_32Bytes",
|
|
"license_key": "",
|
|
"api_base_url": "http://YOUR_SERVER_IP:8000",
|
|
"client_token": "SimCAEClientToken2026",
|
|
"request_timeout_ms": "5000",
|
|
"temp_folder": "update_temp",
|
|
"device_id": "",
|
|
"install_root": "..",
|
|
"main_executable": "SimCAE",
|
|
"launcher_executable": "Launcher",
|
|
"updater_executable": "Updater",
|
|
"bootstrap_executable": "Bootstrap",
|
|
"health_check_timeout_ms": "15000",
|
|
"platform": "linux",
|
|
"arch": "x64"
|
|
}
|