Skip to content

Commit

Permalink
Update config-default.json (#80)
Browse files Browse the repository at this point in the history
Fixed issue when using config param option.
like this ``` node index.js --config=custom-config.json ```
  • Loading branch information
Park Jeongyong authored May 27, 2021
1 parent ad4a638 commit d95432d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"stale-uploads-timeout": 0,
"ssl-key": "",
"ssl-cert": "",
"asr-provider": "",
"asr-config": ""
"asr": "",
}

0 comments on commit d95432d

Please sign in to comment.