From 1c4c182088aa8a8ecd14a2ceabca4f63bce43f44 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 2 Dec 2020 00:34:45 -0800 Subject: [PATCH] Whoops. Default config should have YP set to false --- config-default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-default.yaml b/config-default.yaml index d3c595ab2..f69abd77d 100644 --- a/config-default.yaml +++ b/config-default.yaml @@ -33,5 +33,5 @@ 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 + enabled: false instanceURL: https://stream.myserver.org \ No newline at end of file