forked from 0x2620/pandora
remove videoprefix from config, defined by backend
This commit is contained in:
parent
f3af1b70a0
commit
dc1cd6e410
5 changed files with 6 additions and 11 deletions
|
@ -780,8 +780,7 @@
|
||||||
"id": "0xdb",
|
"id": "0xdb",
|
||||||
"name": "0xDB",
|
"name": "0xDB",
|
||||||
"sendReferrer": false,
|
"sendReferrer": false,
|
||||||
"url": "0xDB.org",
|
"url": "0xDB.org"
|
||||||
"videoprefix": ""
|
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -795,8 +795,7 @@
|
||||||
"id": "indiancinema",
|
"id": "indiancinema",
|
||||||
"name": "Indiancine.ma",
|
"name": "Indiancine.ma",
|
||||||
"sendReferrer": true,
|
"sendReferrer": true,
|
||||||
"url": "indiancine.ma",
|
"url": "indiancine.ma"
|
||||||
"videoprefix": ""
|
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -681,8 +681,7 @@
|
||||||
"id": "padma",
|
"id": "padma",
|
||||||
"name": "Pad.ma",
|
"name": "Pad.ma",
|
||||||
"sendReferrer": true,
|
"sendReferrer": true,
|
||||||
"url": "pad.ma",
|
"url": "pad.ma"
|
||||||
"videoprefix": ""
|
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -685,8 +685,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"site" contains various settings for this instance. In "email", "contact"
|
"site" contains various settings for this instance. In "email", "contact"
|
||||||
if the address in the contact form (to), "system" is the address used by
|
if the address in the contact form (to), "system" is the address used by
|
||||||
the system (from).
|
the system (from).
|
||||||
Note that "videoprefix" (subdomains to serve the video files from) gets
|
|
||||||
populated automatically and can be left empty.
|
|
||||||
*/
|
*/
|
||||||
"site": {
|
"site": {
|
||||||
"description": "This is a demo of pan.do/ra - a free, open source media archive. It allows you to manage large, decentralized collections of video, to collaboratively create metadata and time-based annotations, and to serve your archive as a cutting-edge web application.",
|
"description": "This is a demo of pan.do/ra - a free, open source media archive. It allows you to manage large, decentralized collections of video, to collaboratively create metadata and time-based annotations, and to serve your archive as a cutting-edge web application.",
|
||||||
|
@ -702,8 +700,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"id": "pandora",
|
"id": "pandora",
|
||||||
"name": "Demo",
|
"name": "Demo",
|
||||||
"sendReferrer": true,
|
"sendReferrer": true,
|
||||||
"url": "pandora.local",
|
"url": "pandora.local"
|
||||||
"videoprefix": ""
|
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||||
|
|
|
@ -192,7 +192,8 @@ POSTER_PRECEDENCE = ()
|
||||||
|
|
||||||
USE_IMDB = False
|
USE_IMDB = False
|
||||||
|
|
||||||
#if you set VIDEO_PREFIX make sure cookies work accros subsomains
|
#If you set VIDEO_PREFIX make sure cookies work accros subsomains
|
||||||
|
#by setting SESSION_COOKIE_DOMAIN to ".domain.tld"
|
||||||
VIDEO_PREFIX=''
|
VIDEO_PREFIX=''
|
||||||
#VIDEO_PREFIX = '//video{uid}.example.com'
|
#VIDEO_PREFIX = '//video{uid}.example.com'
|
||||||
MEDIA_PREFIX=''
|
MEDIA_PREFIX=''
|
||||||
|
|
Loading…
Reference in a new issue