-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplasma.json
38 lines (38 loc) · 1016 Bytes
/
plasma.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
{
"BundleCode": {
"source": "node_modules/organic-webcell/plasma/BundleCode",
"useCache": true,
"uglify": true,
"plugins": [{
"source": "/client-plugins/ClientConfig"
}]
},
"BundleStyle": {
"source": "node_modules/organic-bundlestyle",
"useCache": true
},
"TwitterOAuth": {
"source": "plasma/TwitterOAuth",
"consumerKey": "your twitter consumer key",
"consumerSecret": "your twitter secret key",
"connectUrl": "/twitter/connect",
"callbackUrl": "/redirect",
"callbackFullUrl": "http://127.0.0.1:8118/redirect/#battle-field"
},
"RenderPage": {
"source": "node_modules/organic-webcell/plasma/RenderPage",
"useCache": true
},
"ExpressHttpPages": {
"source": "node_modules/organic-webcell/plasma/ExpressHttpPages",
"cwd": {
"pages": "/pages",
"pageHelpers": "/page-helpers"
}
},
"Self": {
"source": "node_modules/organic-cells/plasma/Self",
"tissue": "warcluster",
"surviveExceptions": true
}
}