Add missing default keys to config.js
This commit is contained in:
parent
d6650f19ae
commit
ee4fafcc6a
|
|
@ -66,6 +66,12 @@ var defaults = {
|
||||||
"purge-interval": 3600000,
|
"purge-interval": 3600000,
|
||||||
"max-age": 2592000000
|
"max-age": 2592000000
|
||||||
},
|
},
|
||||||
|
"vimeo-workaround": false,
|
||||||
|
"vimeo-oauth": {
|
||||||
|
enabled: false,
|
||||||
|
"consumer-key": "",
|
||||||
|
secret: ""
|
||||||
|
},
|
||||||
"html-template": {
|
"html-template": {
|
||||||
title: "CyTube Beta", description: "Free, open source synchtube"
|
title: "CyTube Beta", description: "Free, open source synchtube"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue