You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,13 @@ General settings are defined in section `[readout]`.
143
143
Section names ending with `-*` can be used to define default parameters. They are applied to all section with similar names. Existing key-value pairs are not overwritten, but are defined according to defaults if they don't exist. For example, it is possible to define the TFperiod for all equipments by adding a section named `[equipment-*]` with `TFperiod=32`.
144
144
145
145
Values can be symbolic links to a value stored in another configuration file. The syntax is: @LINK,URI,entryPoint,path
146
-
For example: @LINK,file:/local/readout-test-config-link1.cfg,,bank.size
147
-
Parameters are similar to the command-line arguments of o2-readout-exe, see ```Usage``` below.
146
+
The URI can be absolute (file:, consul-ini://) or relative (./, ../) to the current configuration URI used by o2-readout-exe (whatever the backend).
0 commit comments