diff --git a/config-default.yaml b/config-default.yaml index 78e3cb03f..d3c595ab2 100644 --- a/config-default.yaml +++ b/config-default.yaml @@ -29,3 +29,9 @@ videoSettings: # Set to true if you don't want the service checking for future releases. 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 \ No newline at end of file diff --git a/examples/config-example.yaml b/examples/config-example.yaml index eec9c15c8..363b76e54 100644 --- a/examples/config-example.yaml +++ b/examples/config-example.yaml @@ -42,3 +42,9 @@ videoSettings: # Set to true if you don't want the service checking for future releases. 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 \ No newline at end of file