1
1
<?php
2
2
3
3
// hostnames
4
- $ config ['skylight_hostnames ' ] = array ('stuartsound .is.ed.ac.uk ' ,' www.fairbairn. ac.uk ' , ' test .fairbairn.ac.uk ' ,' test.exampapers.ed.ac.uk ' , 'exampapers.ed.ac.uk ' , 'test.scottishgovernmentyearbooks.ed.ac.uk ' , 'www.scottishgovernmentyearbooks.ed.ac.uk ' ,'test. openbooks.is.ed.ac.uk ' ,'openbooks.is.ed.ac.uk ' , ' test. sopacollection.ph.ed.ac.uk ' ,' sopacollection.ph.ed.ac.uk ' , ' test. exhibitions.ed.ac.uk ' , 'exhibitions.ed.ac.uk ' , ' test. lac-projects.is.ed.ac.uk ' , 'lac-projects.is.ed.ac.uk ' , ' test.stuartsound.is.ed.ac.uk ' , ' www.stuartsound.is.ed.ac.uk ' , ' test.bodylanguage .is.ed.ac.uk ' );
4
+ $ config ['skylight_hostnames ' ] = array ('sjac-collection .is.ed.ac.uk ' , ' stuartsound.is.ed. ac.uk ' ,' www .fairbairn.ac.uk ' , 'exampapers.ed.ac.uk ' , 'test.scottishgovernmentyearbooks.ed.ac.uk ' , 'www.scottishgovernmentyearbooks.ed.ac.uk ' ,'openbooks.is.ed.ac.uk ' ,'sopacollection.ph.ed.ac.uk ' , ' exhibitions.ed.ac.uk ' , 'lac-projects.is.ed.ac.uk ' , 'www.stuartsound.is.ed.ac.uk ' );
5
5
6
6
// Uncomment this if you want to use urls of the form http://.../prefix/...
7
-
8
- $ config ['skylight_url_prefixes ' ] = array ('lhsacasenotes ' , 'jlss ' , 'stcecilias ' ,'mimed ' , 'art ' , 'calendars ' , 'iconics ' , 'towardsdolly ' , 'alumni ' , 'coimbra ' , 'guardbook ' , 'sessionpapers ' , 'exhibitions ' , 'bodylanguage ' );
7
+ $ config ['skylight_url_prefixes ' ] = array ('eerc ' ,'exhibitions ' ,'umis ' ,'cockburn ' ,'coimbra-colls ' , 'public-art ' ,'archivemedia ' , 'geddes ' , 'lhsacasenotes ' ,'stcecilias ' ,'mimed ' , 'art ' , 'calendars ' , 'iconics ' , 'towardsdolly ' , 'alumni ' , 'coimbra ' , 'guardbook ' );
9
8
10
9
$ config ['skylight_handle_prefixes ' ] = array (3 => "art " , 11 => "mimed " );
11
10
12
11
// The URL of the parent solr server
13
- $ config ['skylight_solrbase ' ] = 'http://localhost:9130/solr /search/ ' ;
12
+ $ config ['skylight_solrbase ' ] = 'http://collectionssolr.is.ed.ac.uk /search/ ' ;
14
13
//$config['skylight_solrbase'] = 'http://collectionsinternal.is.ed.ac.uk:8080/solr/search/';
15
- //$config['skylight_solrbase'] = 'http://collectionssolr.is.ed.ac.uk/search/';
16
14
17
15
//DSpace handle server prefix
18
16
$ config ['skylight_handle_prefix ' ] = '10683 ' ;
26
24
$ config ['skylight_local_path ' ] = '../skylight-local ' ;
27
25
28
26
// The main username and password (by Demo admin:admin)
29
- $ config ['skylight_adminusername ' ] = '' ;
30
- $ config ['skylight_adminpassword ' ] = '' ;
27
+ $ config ['skylight_adminusername ' ] = 'admin ' ;
28
+ $ config ['skylight_adminpassword ' ] = '21232f297a57a5a743894a0e4a801fc3 ' ;
31
29
32
30
// Whether to use LDAP for admin authentication
33
31
$ config ['skylight_adminldap ' ] = False ;
57
55
$ config ['skylight_cache ' ] = false ;
58
56
59
57
// Keys required for the recapthca system
60
- $ config ['skylight_recaptcha_key_public ' ] = '' ;
61
- $ config ['skylight_recaptcha_key_private ' ] = '' ;
58
+ $ config ['skylight_recaptcha_key_public ' ] = '6LfwNvESAAAAAGjRS4uoS8SXEn-OjY3XPqF4bwcz ' ;
59
+ $ config ['skylight_recaptcha_key_private ' ] = '6LfwNvESAAAAAFqj8NQPkTZ4wKAoa0h6vEDNfSLi ' ;
62
60
63
61
// Digital object management
64
62
$ config ['skylight_bitstream_field ' ] = 'dc.format.original ' ;
92
90
93
91
// Can themes be overridden by the user using ?theme={themename}
94
92
$ config ['skylight_theme_allowoverride ' ] = false ;
95
-
96
- ?>
93
+
94
+ ?>
0 commit comments