include working mediamtx.yml since we have auth disabled with non-public recorder
This commit is contained in:
parent
d8aa2c7bf3
commit
126559a237
2 changed files with 2 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -167,6 +167,3 @@ logs/
|
||||||
|
|
||||||
# env vars
|
# env vars
|
||||||
variables.env
|
variables.env
|
||||||
|
|
||||||
# configs
|
|
||||||
mediamtx.yml
|
|
||||||
|
|
|
@ -320,10 +320,10 @@ pathDefaults:
|
||||||
|
|
||||||
# Username required to publish.
|
# Username required to publish.
|
||||||
# SHA256-hashed values can be inserted with the "sha256:" prefix.
|
# SHA256-hashed values can be inserted with the "sha256:" prefix.
|
||||||
publishUser: recorder
|
publishUser:
|
||||||
# Password required to publish.
|
# Password required to publish.
|
||||||
# SHA256-hashed values can be inserted with the "sha256:" prefix.
|
# SHA256-hashed values can be inserted with the "sha256:" prefix.
|
||||||
publishPass: changeme
|
publishPass:
|
||||||
# IPs or networks (x.x.x.x/24) allowed to publish.
|
# IPs or networks (x.x.x.x/24) allowed to publish.
|
||||||
publishIPs: []
|
publishIPs: []
|
||||||
|
|
Loading…
Reference in a new issue