Add a defaultURL the debuggee window will navigate too in the config (new feature of devtools-launchpad). MozReview-Commit-ID: 2ppGG6paFnP
38 lines
730 B
JSON
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
|
|
}
|
|
}
|