diff --git a/lib/config.js b/lib/config.js index 628d5cfd..ecc42496 100644 --- a/lib/config.js +++ b/lib/config.js @@ -66,6 +66,12 @@ var defaults = { "purge-interval": 3600000, "max-age": 2592000000 }, + "vimeo-workaround": false, + "vimeo-oauth": { + enabled: false, + "consumer-key": "", + secret: "" + }, "html-template": { title: "CyTube Beta", description: "Free, open source synchtube" },