mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
use yes/no instead of true/false in yaml
This commit is contained in:
parent
70a3bc14a2
commit
3b0cf79b28
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ authMethods: [basic, digest]
|
|||
runOnConnect:
|
||||
|
||||
# enable Prometheus-compatible metrics on port 9998
|
||||
metrics: false
|
||||
metrics: no
|
||||
# enable pprof on port 9999 to monitor performances
|
||||
pprof: false
|
||||
pprof: no
|
||||
# destinations of log messages; available options are 'stdout' and 'file'
|
||||
logDestinations: [stdout]
|
||||
# if 'file' is in logDestinations, this is the file that will receive the logs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue