summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/configs/development.json
blob: 57cba7c994c18d701d83a8aee7de7b207025b2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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
  }
}