Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better document the config example #335

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,11 @@ Note that order represents priority

api-key: <api-key-generated-from-the-server>
server-ip: https://localhost
facts-service-url: amqp://guest:guest@localhost:5672
stefanotorresi marked this conversation as resolved.
Show resolved Hide resolved
```

Please refer to the [default configuration file](packaging/config/agent.yaml) for more detailed information on the various settings.

## Environment Variables

All of the options supported by the command line and configuration file can be provided as environment variables as well.
Expand Down
4 changes: 3 additions & 1 deletion packaging/config/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@
###############################################################################

## Facts gathering service URL
## URL to an AMQP service handling communication between the Trento Agent and Server components
## For more details on the URI scheme, please refer to https://www.rabbitmq.com/docs/uri-spec

# facts-service-url: amqp://guest:guest@localhost:5672
# facts-service-url: amqp://guest:guest@localhost:5672
Loading