Browse Source

use yes/no instead of true/false in yaml

pull/80/head
aler9 5 years ago
parent
commit
3b0cf79b28
  1. 4
      rtsp-simple-server.yml

4
rtsp-simple-server.yml

@ -21,9 +21,9 @@ authMethods: [basic, digest]
runOnConnect: runOnConnect:
# enable Prometheus-compatible metrics on port 9998 # enable Prometheus-compatible metrics on port 9998
metrics: false metrics: no
# enable pprof on port 9999 to monitor performances # enable pprof on port 9999 to monitor performances
pprof: false pprof: no
# destinations of log messages; available options are 'stdout' and 'file' # destinations of log messages; available options are 'stdout' and 'file'
logDestinations: [stdout] logDestinations: [stdout]
# if 'file' is in logDestinations, this is the file that will receive the logs # if 'file' is in logDestinations, this is the file that will receive the logs

Loading…
Cancel
Save