config/File: support resetting repeatable params

This allows resetting bind_to_address to override the default value in a
included config.
This commit is contained in:
Jochen Sprickerhof
2025-02-21 13:52:44 +01:00
parent 9d87fb5e09
commit d822685c53
2 changed files with 19 additions and 6 deletions

View File

@@ -795,6 +795,10 @@ brackets if you want to configure a port::
bind_to_address "[::1]:6602"
To reset the previous assignments just set an empty value:
bind_to_address
To bind to a local socket (UNIX domain socket), specify an absolute
path or a path starting with a tilde (~). Some clients default to
connecting to :file:`/run/mpd/socket` so this may be a good