-
Notifications
You must be signed in to change notification settings - Fork 0
/
chaise-config.js
32 lines (31 loc) · 1.14 KB
/
chaise-config.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
// Configure deployment-specific data in the ermrest catalog, not here.
var chaiseConfig = {
deleteRecord: true,
editRecord: true,
showFaceting: true,
customCSS: "/css/custom.css",
headTitle: "NIH CFDE",
navbarBrandText: "CFDE Home",
navbarBrandImage: "/images/icons/CFDE-icon-1.png",
dataBrowser: "/",
defaultCatalog: 1,
hideGoToRID: true,
shareCiteAcls: {
show: []
},
navbarBanner: [
{
markdownPattern: 'IMPORTANT NOTICE:\nThe CFDE program is undergoing a reorganization of coordination activities. As a result, this portal is being discontinued as of June 30th. It is being replaced by a new resource - the [CFDE Workbench](https://info.cfde.cloud/). Please visit the new portal to learn more.',
dismissible: true,
key: 'redirect-banner'
}
],
internalHosts: [
"g-c7e94.f19a4.5898.data.globus.org", // dev
"app-dev.nih-cfde.org",
"g-3368fe.c0aba.03c0.data.globus.org", // staging
"app-staging.nih-cfde.org",
"g-882990.aa98d.08cc.data.globus.org", // production
"app.nih-cfde.org"
]
};