Skip to content

Commit

Permalink
docs: document auth env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed May 5, 2023
1 parent 19f8133 commit c10e0a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ To avoid repetition, you can store your authentication details
in your aspeak profile.
Read the following section for more details.

From v4.3.0, you can let aspeak use a proxy server to connect to the endpoint.
From v5.2.0, you can also set the authentication secrets via the following environment variables:

- `ASPEAK_AUTH_KEY` for authentication using subscription key
- `ASPEAK_AUTH_TOKEN` for authentication using authorization token

From v4.3.0, you can let aspeak use a proxy server to connect to the endpoint.
For now, only http and socks5 proxies are supported (no https support yet). For example:

```sh
Expand Down

0 comments on commit c10e0a4

Please sign in to comment.