doc: mention config file comment syntax
This commit is contained in:
parent
23b4688c44
commit
d7eb223343
|
@ -15,6 +15,8 @@ Each line in the configuration file contains a setting name and its value, e.g.:
|
||||||
|
|
||||||
:code:`connection_timeout "5"`
|
:code:`connection_timeout "5"`
|
||||||
|
|
||||||
|
Lines starting with ``#`` are treated as comments and ignored.
|
||||||
|
|
||||||
For settings which specify a filesystem path, the tilde is expanded:
|
For settings which specify a filesystem path, the tilde is expanded:
|
||||||
|
|
||||||
:code:`music_directory "~/Music"`
|
:code:`music_directory "~/Music"`
|
||||||
|
|
|
@ -240,6 +240,8 @@ Each line in the configuration file contains a setting name and its value, e.g.:
|
||||||
|
|
||||||
:code:`connection_timeout "5"`
|
:code:`connection_timeout "5"`
|
||||||
|
|
||||||
|
Lines starting with ``#`` are treated as comments and ignored.
|
||||||
|
|
||||||
For settings which specify a filesystem path, the tilde is expanded:
|
For settings which specify a filesystem path, the tilde is expanded:
|
||||||
|
|
||||||
:code:`music_directory "~/Music"`
|
:code:`music_directory "~/Music"`
|
||||||
|
|
Loading…
Reference in New Issue