Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: provide description to default publisher (#4564)
- closes #4554 ``` bacalhau config list | grep publisher 16:20:07.717 | INF cmd/cli/config/list.go:44 > Config loaded from: [], and with data-dir /home/frrist/.bacalhau jobdefaults.batch.task.publisher.params map[] Params specifies the publisher configuration data. jobdefaults.batch.task.publisher.type Type specifies the publisher type. e.g. "s3", "local", "ipfs", etc. jobdefaults.ops.task.publisher.params map[] Params specifies the publisher configuration data. jobdefaults.ops.task.publisher.type Type specifies the publisher type. e.g. "s3", "local", "ipfs", etc. ``` - closes #4534 ``` bacalhau config list | grep port 16:20:44.084 | INF cmd/cli/config/list.go:44 > Config loaded from: [], and with data-dir /home/frrist/.bacalhau api.port 1234 Port specifies the port number on which the API server listens or the client orchestrator.cluster.port 0 Port specifies the port number for cluster communication. orchestrator.port 4222 Host specifies the port number on which the Orchestrator server listens for publishers.types.local.port 0 Port specifies the port the publisher serves on. webui.listen 0.0.0.0:8438 Listen specifies the address and port on which the Web UI listens. ``` --------- Co-authored-by: frrist <[email protected]>
- Loading branch information