Skip to content

Commit

Permalink
Update general example with new settings (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Jun 20, 2023
1 parent b70d146 commit 18d52fa
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,41 @@ Default Configuration

This is a YAML file that uses all supported configurations and set them as default:

.. warning::

This example can be used as a quick reference, but it may not be correct due to incompatibility or exclusive properties. **Do not take it as a working example**.

.. code-block:: yaml
version: 1.0
dds:
domain: 0
allowlist:
- name: "*"
- name: "topic_name"
type: "topic_type"
blocklist:
- name: "topic_name"
type: "topic_type"
builtin-topics:
- name: "HelloWorldTopic"
type: "HelloWorld"
qos:
reliability: true
durability: true
keyed: false
partitions: true
ownership: false
downsampling: 4
max-reception-rate: 10
ignore-participant-flags: no_filter
transport: builtin
whitelist-interfaces:
- "127.0.0.1"
specs:
threads: 12
Expand Down

0 comments on commit 18d52fa

Please sign in to comment.