Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:start [2025/06/05 09:58] rajitconfig:start [2025/08/01 12:39] (current) – [Configuration file format] rajit
Line 56: Line 56:
 The environment variable ''ENV_VAR'' is substituted for ''${ENV_VAR}''. If the environment variable doesn't exist, then the string ''${ENV_VAR}'' remains as-is. The environment variable ''ENV_VAR'' is substituted for ''${ENV_VAR}''. If the environment variable doesn't exist, then the string ''${ENV_VAR}'' remains as-is.
  
 +A configuration file can include another one using
 +<code>
 +include "path_to_config.conf"
 +</code>
  
 Finally, a ''#'' in the first column can be used for comments (upto the end of line). Finally, a ''#'' in the first column can be used for comments (upto the end of line).