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
# TODO(kos): Consider describing each field and adding example with all full
# config. It will make more comfortable to use the crate.
# As example:
# https://github.com/coturn/coturn/blob/4.6.0/examples/etc/turnserver.conf
= "0.0.0.0"
= 8000
[]
= "info"
[]
= 8192 #in bytes
[]
= "info"
[]
= "default"
[]
= "default"
= "default"
[]
[]
= 10000 # in milliseconds
[]
= 1000 # in milliseconds
[]
= "*"
#[server.tls]
#key_path = "/tls.key"
#cert_path = "/tls.cert"