Skip to content

Commit

Permalink
chore: Update configuration file property names for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jul 30, 2024
1 parent 475ec76 commit 3d42c46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ You can use a JSON config file to specify the configuration options. Create a JS

```json
{
"blobAccount": "your_blob_storage_account_name",
"blobAccountName": "your_blob_storage_account_name",
"blobAccountKey": "your_blob_storage_account_key",
"blobContainer": "your_container_name",
"endpoint": "https://your_translator.cognitiveservices.azure.com/",
"key": "your_translator_api_key",
"region": "your_azure_region",
"blobContainerName": "your_container_name",
"translatorEndpoint": "https://your_translator.cognitiveservices.azure.com/",
"translatorKey": "your_translator_api_key",
"translatorRegion": "your_azure_region",
"timeout": 30,
"verbose": true
}
Expand Down

0 comments on commit 3d42c46

Please sign in to comment.