forked from MetaCell/nwb-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGeppettoConfiguration.json
34 lines (34 loc) · 1.24 KB
/
GeppettoConfiguration.json
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
{
"_README" : "http://docs.geppetto.org/en/latest/build.html",
"contextPath": "org.geppetto.frontend",
"useSsl": false,
"embedded": false,
"embedderURL": ["/"],
"rootRedirect":"",
"noTest": false,
"extensions": {
"geppetto-default/ComponentsInitialization": false,
"geppetto-osb/ComponentsInitialization": false,
"geppetto-vfb/ComponentsInitialization": false,
"geppetto-neuron/ComponentsInitialization": false,
"geppetto-netpyne/ComponentsInitialization": false,
"geppetto-hm/ComponentsInitialization": false,
"geppetto-nwbexplorer/ComponentsInitialization": true
},
"themes": {
"geppetto-default/colors":false,
"geppetto-hm/pages/styles/colors": false,
"geppetto-vfb/css/colors": false,
"geppetto-neuron/css/colors": false,
"geppetto-netpyne/css/colors": false,
"geppetto-nwbexplorer/styles/colors": true
},
"properties": {
"title" : "NWB Explorer",
"description": "NWB Explorer is a web application to explore NWB files (v2)",
"type": "website",
"url": "http://live.geppetto.org",
"icon" :"geppetto/style/favicon.png",
"image": "http://www.geppetto.org/images/logo.png"
}
}