Skip to content

Commit

Permalink
refactor config
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Feb 1, 2024
1 parent 22c25cc commit 3981d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/en/guide/get_started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ browser:

```yaml
#### for TTS
AZURE_TTS_SUBSCRIPTION_KEY: 'YOUR_API_KEY'
AZURE_TTS_REGION: 'eastus'
azure_tts_subscription_key: 'YOUR_API_KEY'
azure_tts_region: 'eastus'
```

### Mermaid
Expand Down
4 changes: 2 additions & 2 deletions src/zh/guide/get_started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ browser:
### Azure TTS

```yaml
AZURE_TTS_SUBSCRIPTION_KEY: 'YOUR_API_KEY'
AZURE_TTS_REGION: 'eastus'
azure_tts_subscription_key: 'YOUR_API_KEY'
azure_tts_region: 'eastus'
```

### Mermaid
Expand Down

0 comments on commit 3981d9e

Please sign in to comment.