summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-12-09 23:17:02 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-12-09 23:17:02 -0800
commitb722467ef55d08d6103faf68c63b0e58b86abc1a (patch)
tree41e3879ea8a0d6916527ed27ce2b8d6538ef9c45
parentab8e49c27251dcadf00f9355c432a08f88492cc5 (diff)
Update default config
-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"
}