| { |
| "ffx": { |
| "subtool-search-paths": "$BUILD_DIR/host-tools", |
| "daemon_timeout": 15000, |
| "ui": { |
| "mode": "text", |
| "overrides": {} |
| } |
| }, |
| "log": { |
| "dir": [ |
| "$FFX_LOG_DIR", |
| "$FUCHSIA_TEST_OUTDIR/ffx_logs", |
| "$CACHE/logs" |
| ], |
| "enabled": [ |
| "$FFX_LOG_ENABLED", |
| true |
| ], |
| "level": "info", |
| "rotations": 5, |
| "rotate_size": 104857600 |
| }, |
| "fastboot": { |
| "flash": { |
| "min_timeout_secs": 60, |
| "timeout_rate": 2 |
| }, |
| "devices_file": { |
| "path": "$HOME/.fastboot/devices" |
| } |
| }, |
| "proxy": { |
| "timeout_secs": 10.1 |
| }, |
| "target": { |
| "default": [ |
| "$FUCHSIA_DEVICE_ADDR", |
| "$FUCHSIA_NODENAME" |
| ], |
| "discovery_cache_dir": "$CACHE/discovery" |
| }, |
| "metrics": { |
| "upload_timeout": 2.0 |
| }, |
| "monitor": { |
| "pid_file": "$SHARED_DATA/monitor/ffx_monitor.pid", |
| "port_file": "$SHARED_DATA/monitor/ffx_monitor.port" |
| }, |
| "ssh": { |
| "authorized_keys_server_port": 9797, |
| "controlmaster": { |
| "dir": [ |
| "$XDG_RUNTIME_DIR/ffx", |
| "/tmp/ffx-ssh" |
| ] |
| } |
| } |
| } |