forked from neotenic/protobowl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
protobowl.json
57 lines (48 loc) · 1.46 KB
/
protobowl.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
{
"release": {
"less_compress": true,
"jade_pretty": false,
"jade_debug": false,
"source_maps": false,
"mangle_vars": true,
"js_minify": true,
"development": false,
"auth": true,
"cache_breaker": true,
"webrtc": true,
"static": "//neotenic.github.io/",
"sockets": [["http://ocean.protobowl.com:443/"], ["http://protobowl.nodejitsu.com:80/", "https://protobowl.nodejitsu.com:443/"], ["http://cab.antimatter15.com:443/"], ["http://dino.xvm.mit.edu:5566/"]],
"samples": ["//protobowl.googlecode.com/git/qb-{0-30}.js"]
},
"debug2": {
"less_compress": true,
"jade_pretty": false,
"jade_debug": false,
"source_maps": false,
"mangle_vars": true,
"js_minify": true,
"development": false,
"auth": true,
"cache_breaker": true,
"webrtc": true,
"static": "/",
"sockets": [["http://ocean.protobowl.com:443/"], ["http://protobowl.nodejitsu.com:80/", "https://protobowl.nodejitsu.com:443/"], ["http://cab.antimatter15.com:443/"], ["http://dino.xvm.mit.edu:5566/"]],
"samples": ["//protobowl.googlecode.com/git/qb-{0-30}.js"]
},
"debug": {
"less_compress": false,
"jade_pretty": true,
"jade_debug": true,
"source_maps": true,
"mangle_vars": false,
"js_minify": false,
"development": true,
"auth": true,
"cache_breaker": false,
"webrtc": true,
"static": "/",
"sockets": [["http://localhost:5566/"], ["http://192.168.1.100:5566/"]],
"samples": ["//protobowl.googlecode.com/git/qb-{0-30}.js"]
},
"target": "debug"
}