зеркало из https://github.com/mozilla/gecko-dev.git
34 строки
633 B
JSON
34 строки
633 B
JSON
{
|
|
"title": "Debugger",
|
|
"environment": "development",
|
|
"favicon": "images/favicon.png",
|
|
"theme": "light",
|
|
"dir": "ltr",
|
|
"defaultURL": "https://firefox-devtools.github.io/debugger-examples/",
|
|
"logging": {
|
|
"firefoxProxy": false
|
|
},
|
|
"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
|
|
}
|
|
}
|