From 90ddf4f1b679f9db07b001cd0dd9a41eb7a7c670 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Oct 2020 13:23:05 -0700 Subject: [PATCH] Remove yp section from config since we are not ready for it yet --- config-example.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index aaa975b0d..8fb4d0965 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -26,8 +26,3 @@ videoSettings: # Change this value and keep it secure. Treat it like a password to your live stream. streamingKey: abc123 -yp: - # Enable YP to be listed in the Owncast directory and let people discover your instance. - enabled: false - # You must specify the public URL of your host that you want the directory to link to. - instanceURL: http://yourhost.com