From b722467ef55d08d6103faf68c63b0e58b86abc1a Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sun, 9 Dec 2018 23:17:02 -0800 Subject: Update default config --- bin/config.json | 9 +++++++-- 1 file 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" } -- cgit v1.2.3