Remove default from GO2RTC_PATH

This commit is contained in:
Isaac Connor
2025-09-27 11:59:44 -04:00
parent fbc86631b1
commit 468c681f52

View File

@@ -447,11 +447,10 @@ our @options = (
},
{
name => 'ZM_GO2RTC_PATH',
default => 'http://127.0.0.1:1984/api',
default => '',
description => 'URL for Go2RTC API.',
help => q`This value points to the location of the Go2RTC API
install, including username and password. If left blank, this
will default to http://127.0.0.1:1984/api
install, including username and password.
`,
type => $types{string},
category => 'system',