From 5188ac951ce89040de90cc4a62db246dd6cf3a81 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 8 Apr 2021 21:07:11 -0700 Subject: [PATCH] Remove old default config file --- config-default.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config-default.yaml diff --git a/config-default.yaml b/config-default.yaml deleted file mode 100644 index f69abd77d..000000000 --- a/config-default.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# See https://owncast.online/docs/configuration/ for more details - -instanceDetails: - name: Owncast - title: Owncast - summary: "This is brief summary of whom you are or what your stream is. You can edit this description in your config file." - - logo: /img/logo.svg - - tags: - - music - - software - - streaming - - # https://owncast.online/docs/configuration/#external-links - # for full list of supported social links. All optional. - socialHandles: - - platform: github - url: http://github.com/owncast/owncast - -videoSettings: - # Change this value and keep it secure. Treat it like a password to your live stream. - streamingKey: abc123 - - streamQualities: - - medium: - videoBitrate: 1200 - encoderPreset: veryfast - -# 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: false - instanceURL: https://stream.myserver.org \ No newline at end of file