summaryrefslogtreecommitdiff
path: root/bin/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.json')
-rw-r--r--bin/config.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/config.json b/bin/config.json
index 0408683..4e59ab3 100644
--- a/bin/config.json
+++ b/bin/config.json
@@ -3,7 +3,12 @@
"testPeriod": 5000,
"nTestSamples": 30,
"adapter": "actiontec-t3200m",
- "testServices": ["fast", "ookla"],
+ "adapterUrl": "http://192.168.1.254/",
+ "testServices": ["ookla"],
"serviceSpec": "telus-victoria-75",
- "reporters": ["firebase"]
+ "reporters": ["file", "sheets"],
+ "reportFilename": "report.json",
+ "sheetsDocKey": "1uu-pWklGfdqbnOhdfiLpD2rEbwjMtSgW4opPU4hgZzc/edit#gid=0",
+ "sheetsSheetName": "Pipefitter",
+ "sheetsCredPath": "creds.json"
}