mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove mDNS setting
now we use our own setting file, not a system setting
This commit is contained in:
parent
842783f64c
commit
f14dcec711
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ DEFAULTS = OrderedDict(
|
||||||
("smtp.relay.password", {"type": "string", "default": ""}),
|
("smtp.relay.password", {"type": "string", "default": ""}),
|
||||||
("backup.compress_tar_archives", {"type": "bool", "default": False}),
|
("backup.compress_tar_archives", {"type": "bool", "default": False}),
|
||||||
("ssowat.panel_overlay.enabled", {"type": "bool", "default": True}),
|
("ssowat.panel_overlay.enabled", {"type": "bool", "default": True}),
|
||||||
("mdns.interfaces", {"type": "string", "default": ""}),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue