summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/configs/development.json
blob: 683a96eff3ad7622566a5ced1ef524044ce95858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "title": "Inspector",
  "environment": "development",
  "baseWorkerURL": "public/build/",
  "theme": "light",
  "host": "",
  "logging": {
    "client": false,
    "firefoxProxy": false
  },
  "features": {
  },
  "firefox": {
    "proxyHost": "localhost:9000",
    "webSocketConnection": false,
    "webSocketHost": "localhost:6080"
  },
  "development": {
    "serverPort": 8000,
    "customIndex": true
  }
}