doc: add explanation of the configuration file format

This commit is contained in:
Ian Barwick
2019-03-15 14:01:35 +09:00
parent a2df69512a
commit 9dd87dd5ce
2 changed files with 65 additions and 8 deletions

View File

@@ -5,7 +5,13 @@
# Some configuration items will be set with a default value; this
# is noted for each item. Where no default value is shown, the
# parameter will be treated as empty or false.
#
# IMPORTANT: string values can be provided as-is, or enclosed in single quotes
# (but not double-quotes, which will be interpreted as part of the string), e.g.:
#
# node_name=foo
# node_name = 'foo'
#
# =============================================================================
# Required configuration items
# =============================================================================