34 lines
804 B
JSON
34 lines
804 B
JSON
{
|
|
"_comment": "Скопируйте этот файл в config.json и заполните под себя",
|
|
|
|
"server_ip": "192.168.1.201",
|
|
"bind_ip": "0.0.0.0",
|
|
"subnet_mask": "255.255.255.0",
|
|
"pool_start": "192.168.1.50",
|
|
"pool_end": "192.168.1.200",
|
|
"lease_seconds": 86400,
|
|
|
|
"final_ip": "192.168.1.60",
|
|
"after_install": "halt",
|
|
|
|
"bundle_path": "../winDeployScripts/buttontask-deploy-2.33.tgz",
|
|
|
|
"device_user": "linaro",
|
|
"auth": "password",
|
|
"device_password": "linaro",
|
|
"device_key_path": "",
|
|
"use_sudo": true,
|
|
|
|
"plink_path": "plink.exe",
|
|
"pscp_path": "pscp.exe",
|
|
|
|
"ssh_timeout_seconds": 180,
|
|
"install_timeout_seconds": 600,
|
|
|
|
"network_write_retries": 3,
|
|
"network_write_timeout_seconds": 90,
|
|
"network_write_retry_pause_seconds": 4,
|
|
|
|
"reset_config": false
|
|
}
|