{
// The daemon's name.
"name": "name",
// The daemon's working directory.
//
// Must already exist.
"work_dir": "/var/lib/work_dir",
// Used to receive API requests from the user library client.
"uds_api_path": "/var/run/uds.sock",
// The path where the daemon should write its PID file.
"pid_file": "/var/run/hub.pid",
// Aranya sync server address.
"sync_addr": "0.0.0.0:4321",
}