-
Notifications
You must be signed in to change notification settings - Fork 5
/
flavor-builder-config.json
63 lines (63 loc) · 1.63 KB
/
flavor-builder-config.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"couchurl": "../couch/",
"couchLocalUrl": "http://couchdb:5984/",
"couchDatabase": "visualizer",
"designDoc": "app",
"dir": "/var/www/html",
"home": "Home",
"forceUpdate": false,
"selfContained": false,
"flavorUsername": "[email protected]",
"cdn": "https://www.lactame.com",
"direct": "https://direct.lactame.com",
"libFolder": "Q92ELCJKTIDXB",
"layouts": {
"default": "simplemenu/endlayouts/simplemenu.html"
},
"flavorLayouts": {
"default": "visualizer-on-tabs"
},
"visualizerOnTabs": {
"_default": {
"title": "ELN",
"rocLogin": {
"url": "../roc"
},
"rewriteRules": [
{
"reg": "^public/([a-z0-9]{32})$",
"replace": "/cheminfo-public/$1/view.json"
},
{
"reg": "^public/([a-z0-9]{32})\\?(.*)$",
"replace": "/cheminfo-public/$1/view.json?$2"
},
{
"reg": "^private/([a-z0-9]{32})$",
"replace": "../roc/db/visualizer/entry/$1/view.json"
},
{
"reg": "^private/([a-z0-9]{32})\\?(.*)$",
"replace": "../roc/db/visualizer/entry/$1/view.json?$2"
},
{
"reg": "../couch/visualizer/(.*)",
"replace": "../roc/db/visualizer/entry/$1"
},
{
"reg": "^[a-z0-9]{32}$",
"replace": "/cheminfo-public/$&/view.json"
},
{
"reg": "^([a-z0-9]{32})\\?(.*)$",
"replace": "/cheminfo-public/$1/view.json?$2"
},
{
"reg": "^[^/]+/view.json.*",
"replace": "/cheminfo-public/$&"
}
],
"visualizerCDN": "/visualizer"
}
}
}