Files
kami/license-system-launcher/config.example.json
2026-01-04 23:00:21 +08:00

13 lines
318 B
JSON

{
"api_base": "http://118.145.218.2:39256",
"project_id": "PROJ_001",
"project_secret": "YOUR_PROJECT_SECRET",
"client_version": "1.0.0",
"license_file": "license.key",
"request_timeout_sec": 10,
"heartbeat_retries": 2,
"heartbeat_retry_delay_sec": 5,
"extract_to": "temp",
"keep_payload": false
}