Files
sousa-gecko/devtools/client/netmonitor/configs/development.json
T
Nicolas Chevobbe 1cb3e212bf Bug 1442236 - Update console and netmonitor launchpads to v0.0.117; r=Honza.
Add a defaultURL the debuggee window will navigate too in the config (new
feature of devtools-launchpad).

MozReview-Commit-ID: 2ppGG6paFnP
2018-03-01 15:32:19 +01:00

38 lines
730 B
JSON

{
"title": "Netmonitor",
"environment": "development",
"baseWorkerURL": "http://localhost:8000/public/build/",
"defaultURL": "http://softwareishard.com/test/harexporttrigger/",
"host": "",
"theme": "light",
"dir": "ltr",
"logging": {
"client": false,
"firefoxProxy": false,
"actions": false
},
"features": {
},
"chrome": {
"debug": true,
"host": "localhost",
"port": 9222
},
"node": {
"debug": true,
"host": "localhost",
"port": 9229
},
"firefox": {
"webSocketConnection": false,
"host": "localhost",
"webSocketPort": 8116,
"tcpPort": 6080,
"mcPath": "./firefox"
},
"development": {
"serverPort": 8000,
"examplesPort": 7999
}
}