forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.json
More file actions
39 lines (39 loc) · 847 Bytes
/
application.json
File metadata and controls
39 lines (39 loc) · 847 Bytes
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
{
"title": "Debugger",
"environment": "development",
"workers": {
"parserURL": "http://localhost:8000/assets/build/parser-worker.js",
"sourceMapURL": "http://localhost:8000/assets/build/source-map-worker.js",
"prettyPrintURL":
"http://localhost:8000/assets/build/pretty-print-worker.js"
},
"theme": "light",
"logging": {
"client": false,
"firefoxProxy": false,
"actions": false
},
"performance": {
"actions": false
},
"features": {},
"chrome": {
"debug": true,
"host": "localhost",
"port": 9222
},
"node": {
"debug": true,
"host": "localhost",
"port": 9229
},
"firefox": {
"webSocketConnection": false,
"proxyHost": "localhost:9000",
"webSocketHost": "localhost:6080"
},
"development": {
"serverPort": 8000,
"examplesPort": 7999
}
}