diff --git a/README.md b/README.md index a6003ee1..56a37157 100644 --- a/README.md +++ b/README.md @@ -191,8 +191,11 @@ Note that order represents priority api-key: server-ip: https://localhost +facts-service-url: amqp://guest:guest@localhost:5672 ``` +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. diff --git a/packaging/config/agent.yaml b/packaging/config/agent.yaml index 76e65817..cadc5fd8 100644 --- a/packaging/config/agent.yaml +++ b/packaging/config/agent.yaml @@ -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 \ No newline at end of file +# facts-service-url: amqp://guest:guest@localhost:5672