-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstripes.config.si.js
47 lines (47 loc) · 1.61 KB
/
stripes.config.si.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = {
// okapi: { 'url':'http://localhost:9130', 'tenant':'diku' },
// okapi: { 'url':'https://folio-snapshot-okapi.aws.indexdata.com', 'tenant':'diku' },
// okapi: { 'url':'https://okapi-reshare.apps.k-int.com', 'tenant':'reshare' },
// okapi: { 'url':'https://east-okapi.folio-dev.indexdata.com', 'tenant':'reshare_east' },
// okapi: { 'url':'https://west-okapi.folio-dev.indexdata.com', 'tenant':'reshare_west' },
okapi: { 'url':'https://si-cardinal-okapi.folio-dev.indexdata.com', 'tenant':'si_cardinal' },
config: {
// autoLogin: { username: 'diku_admin', password: 'admin' }
// logCategories: 'core,redux,connect,connect-fetch,substitute,path,mpath,mquery,action,event,perm,interface,xhr'
// logPrefix: 'stripes'
// logTimestamp: false
// showPerms: false
showHomeLink: true,
// listInvisiblePerms: false
// disableAuth: false
welcomeMessage: 'ui-rs.front.welcome',
platformName: 'ReShare',
platformDescription: 'ReShare platform',
hasAllPerms: false,
reshare: {
sharedIndex: {
type: 'folio',
ui: 'https://si-cardinal.reshare-dev.indexdata.com',
ws: 'https://si-cardinal-okapi.folio-dev.indexdata.com',
query: 'rs/sharedIndexQuery',
}
},
showDevInfo: true,
languages: ['en'],
},
modules: {
'@folio/inventory': {},
'@folio/users': {},
'@folio/developer': {},
'@folio/tenant-settings': {},
},
branding: {
logo: {
src: './tenant-assets/reshare-logo.png',
alt: 'Opentown Libraries',
},
favicon: {
src: './tenant-assets/reshare-favicon.jpg',
},
},
};