From d95432db9ad2b5eae4bdb0f64f80706a63067b6d Mon Sep 17 00:00:00 2001 From: Park Jeongyong Date: Thu, 27 May 2021 12:19:16 +0900 Subject: [PATCH] Update config-default.json (#80) Fixed issue when using config param option. like this ``` node index.js --config=custom-config.json ``` --- config-default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config-default.json b/config-default.json index e7ccd8d..189248e 100644 --- a/config-default.json +++ b/config-default.json @@ -16,6 +16,5 @@ "stale-uploads-timeout": 0, "ssl-key": "", "ssl-cert": "", - "asr-provider": "", - "asr-config": "" + "asr": "", }