summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/configs/development.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devtools/client/inspector/configs/development.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/devtools/client/inspector/configs/development.json b/devtools/client/inspector/configs/development.json
new file mode 100644
index 0000000000..57cba7c994
--- /dev/null
+++ b/devtools/client/inspector/configs/development.json
@@ -0,0 +1,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
+ }
+}