From 8e473048ff20eae3bebbb98ade56097944d95e5b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 13 Jul 2020 14:57:00 -0700 Subject: [PATCH] Remove S3 and IPFS frome example config as they are optional --- config-example.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 9bf493cde..1021076a2 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -35,15 +35,3 @@ videoSettings: - medium: videoBitrate: 800 encoderPreset: superfast - -ipfs: - enabled: false - gateway: https://ipfs.io - -s3: - enabled: false - endpoint: https://s3.us-west-2.amazonaws.com - accessKey: ABC12342069 - secret: lolomgqwtf49583949 - region: us-west-2 - bucket: myvideo