From 3b0cf79b2800e0ef5ed1deff8cb93258f44e67ac Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 25 Aug 2020 19:10:29 +0200 Subject: [PATCH] use yes/no instead of true/false in yaml --- rtsp-simple-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index a0105b0b..3d539b2c 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -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