Browse Source

Add YP config blocks to example configs

pull/409/head
Gabe Kangas 5 years ago
parent
commit
904de880b4
  1. 6
      config-default.yaml
  2. 6
      examples/config-example.yaml

6
config-default.yaml

@ -29,3 +29,9 @@ videoSettings:
# Set to true if you don't want the service checking for future releases. # Set to true if you don't want the service checking for future releases.
disableUpgradeChecks: false disableUpgradeChecks: false
# Off by default. You can optionally list yourself in the Owncast directory.
# Make sure your instanceURL is the public URL to your Owncast instance.
yp:
enabled: true
instanceURL: https://stream.myserver.org

6
examples/config-example.yaml

@ -42,3 +42,9 @@ videoSettings:
# Set to true if you don't want the service checking for future releases. # Set to true if you don't want the service checking for future releases.
disableUpgradeChecks: false disableUpgradeChecks: false
# Off by default. You can optionally list yourself in the Owncast directory.
# Make sure your instanceURL is the public URL to your Owncast instance.
yp:
enabled: true
instanceURL: https://stream.myserver.org
Loading…
Cancel
Save