use url
This commit is contained in:
parent
0f9baaf4da
commit
9870d1e294
1 changed files with 11 additions and 12 deletions
23
config.jsonc
23
config.jsonc
|
@ -572,7 +572,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
|
||||
{
|
||||
"id": "version",
|
||||
"title": "Version",
|
||||
|
@ -1158,14 +1157,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
the system (from).
|
||||
*/
|
||||
"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": "CineMuseSpace: A Cinematic Musée Imaginaire of Spatial Cultural Differences",
|
||||
"email": {
|
||||
// E-mail address in contact form (to)
|
||||
"contact": "system@pandora.local",
|
||||
"footer": "-- \npan.do/ra - http://pan.do/ra",
|
||||
"prefix": "pan.do/ra News -",
|
||||
"contact": "system@pandora.cinemusespace.org",
|
||||
"footer": "-- \npandora.cinemusespace.org",
|
||||
"prefix": "CineMuseSpace News -",
|
||||
// E-mail address uses by the system (from)
|
||||
"system": "system@pandora.local"
|
||||
"system": "system@pandora.cinemusespace.org"
|
||||
},
|
||||
"https": false,
|
||||
"id": "cms",
|
||||
|
@ -1173,7 +1172,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
// Set to true to allow search engines to index the site
|
||||
"public": false,
|
||||
"sendReferrer": true,
|
||||
"url": "pandora.local"
|
||||
"url": "pandora.cinemusespace.org"
|
||||
},
|
||||
/*
|
||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||
|
@ -1196,7 +1195,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
*/
|
||||
"sites": [
|
||||
{"name": "0xDB", "url": "0xdb.org", "https": true},
|
||||
{"name": "Pad.ma", "url": "pad.ma", "https": true},
|
||||
//{"name": "Pad.ma", "url": "pad.ma", "https": true},
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true}
|
||||
],
|
||||
/*
|
||||
|
@ -1390,7 +1389,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"videoLoop": false,
|
||||
"videoMuted": false,
|
||||
"videoPoints": {},
|
||||
"videoResolution": 240,
|
||||
"videoResolution": 720,
|
||||
"videoScale": "fit",
|
||||
"videoSize": "small",
|
||||
"videoSubtitles": true,
|
||||
|
@ -1422,9 +1421,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
*/
|
||||
"video": {
|
||||
"downloadFormat": "mp4",
|
||||
"formats": ["webm", "mp4"],
|
||||
"formats": ["mp4"],
|
||||
"previewRatio": 1.77777777777777777777,
|
||||
"resolutions": [240, 720],
|
||||
"torrent": true
|
||||
"torrent": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue