blob: 057958159041a774db82de7b77215f520980f871 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
mumdrc(5)
=========
Name
----
mumdrc - mumd configuration file
Description
-----------
This file contains persistent configuration for mumd(1). It can be written to
using mumctl(1).
The following configuration values are supported:
accept_all_invalid_certs ::
Whether to connect to a server that supplies an invalid server certificate.
This is overriden by server-specific settings. Default false.
audio.input_volume ::
Default 1.0.
audio.output_volume ::
Default 1.0.
Servers are specified as \[[servers]]-entries and support the following
variables:
host ::
IP or URL of the server.
name ::
Custom alias for the server.
port ::
The port to connect to. (Optional)
username ::
The username to connect with. (Optional)
password ::
The password to supply to the server. (Optional)
accept_invalid_cert ::
Whether to connect to this server even if it supplies an invalid server
certificate. This overrides the global accept_all_invalid_certs if set.
Default false.
Authors
-------
Gustav Sörnäs and Eskil Queseth.
Reporting bugs
--------------
Please report bugs to the Github repository at https://github.com/mum-rs/mum/
or by e-mail to gustav@sornas.net.
See also
--------
mumctl(1), mumd(1)
|